Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-automl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: googleapis/python-automl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 6 commits
  • 18 files changed
  • 5 contributors

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    fb9cfc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    bb3e9e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da94e8c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. feat(automl): add support for feature importance (#9816)

    Previously feature importance is added with a params parameter, the
    user has to set params = {"feature_importance": "true"}. This PR
    simplifies the logic, the user just have to pass feature_importance =
    True.
    helinwang authored and busunkim96 committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    045851d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Configuration menu
    Copy the full SHA
    dc13143 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40321c3 View commit details
    Browse the repository at this point in the history
Loading