Skip to content

Commit

Permalink
Fix py
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubhava committed Mar 19, 2020
1 parent abcb832 commit ed00926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/src/ai/h2o/sparkling/ml/params/H2OGridSearchParams.py
Expand Up @@ -76,7 +76,7 @@ class H2OGridSearchParams(H2OCommonSupervisedParams):
Params._dummy(),
"selectBestModelBy",
"Specifies the metric which is used for comparing and sorting the models returned by the grid.",
H2OTypeConverters.toEnumString("ai.h2o.sparkling.model.H2OMetric"))
H2OTypeConverters.toEnumString("ai.h2o.sparkling.ml.backend.H2OMetric"))

parallelism = Param(
Params._dummy(),
Expand Down

0 comments on commit ed00926

Please sign in to comment.