FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat(automl): expose disable_early_stopping option for create_model by helinwang · Pull Request #9779 · googleapis/google-cloud-python · GitHub

feat(automl): expose disable_early_stopping option for create_model - #9779

Merged
helinwang merged 1 commit into
googleapis:masterfrom
helinwang:early_stop
Nov 12, 2019
Merged

feat(automl): expose disable_early_stopping option for create_model#9779
helinwang merged 1 commit into
googleapis:masterfrom
helinwang:early_stop

Conversation

helinwang commented Nov 12, 2019
edited
Loading

Copy link
Copy Markdown
Contributor

Disable early stopping is turned off by default. It's defined in proto
here:

This PR:

  • exposes disable_early_stopping option for TablesClient.create_model.
  • changes the default value of create_model's parameter model_metadata
    from empty dict to None. Default parameter values in Python is
    non-intuitive: http://effbot.org/zone/default-values.htm

googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 12, 2019
busunkim96 requested a review from sirtorry November 12, 2019 21:32
Disable early stopping is turned off by default. It's defined in proto
here:
https://github.com/googleapis/google-cloud-python/blob/bfb4da8542981d2eedffe20f64e87ab528a17592/automl/google/cloud/automl_v1beta1/proto/tables.proto#L196

This PR:
- exposes disable_early_stopping option for TablesClient.create_model.
- changes the default value of create_model's parameter model_metadata
  from empty dict to None. Default parameter values in Python is
  non-intuitive: http://effbot.org/zone/default-values.htm
helinwang merged commit 96baa3d into googleapis:master Nov 12, 2019
helinwang deleted the early_stop branch November 12, 2019 22:59
parthea pushed a commit that referenced this pull request Oct 21, 2023
…9779)

Disable early stopping is turned off by default. It's defined in proto
here:
https://github.com/googleapis/google-cloud-python/blob/19ccb8527897caa9e4139a5c023a2e9b217a902b/automl/google/cloud/automl_v1beta1/proto/tables.proto#L196

This PR:
- exposes disable_early_stopping option for TablesClient.create_model.
- changes the default value of create_model's parameter model_metadata
  from empty dict to None. Default parameter values in Python is
  non-intuitive: http://effbot.org/zone/default-values.htm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL