You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access to extended leaderboard using {{h2o.automl.get_leaderboard(...)}} is currently only accessible as a global function in Py (symmetry with R implementation).
Following commong Py usage, it should however also be accessible as a method of any automl instance:
Access to extended leaderboard using {{h2o.automl.get_leaderboard(...)}} is currently only accessible as a global function in Py (symmetry with R implementation).
Following commong Py usage, it should however also be accessible as a method of any automl instance:
{code:python}aml = H2OAutoML(…)
aml.train(…)
ext_lb = aml.get_leaderboard('ALL'){code}
The text was updated successfully, but these errors were encountered: