| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
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
…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
| Back | FazBrowse Home | New Git URL |
Disable early stopping is turned off by default. It's defined in proto
here:
google-cloud-python/automl/google/cloud/automl_v1beta1/proto/tables.proto
Line 196 in bfb4da8
This PR:
from empty dict to None. Default parameter values in Python is
non-intuitive: http://effbot.org/zone/default-values.htm