Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(automl): expose disable_early_stopping option for create_model (#…
…9779) 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
- Loading branch information