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
When I use the H2OAutoML, the code like below:
aml = H2OAutoML(max_runtime_secs = 30)
aml.train(x = x, y = y,
training_frame = train,
leaderboard_frame = test)
View the AutoML Leaderboard
lb = aml.leaderboard
lb
but run the lb is null. need your help ,thanks !
The text was updated successfully, but these errors were encountered:
brucesunxi
changed the title
The autoML leaderboard is null
The autoML leaderboard is null(and I used the IDE is spyder)
Jun 8, 2019
When I use the H2OAutoML, the code like below:
aml = H2OAutoML(max_runtime_secs = 30)
aml.train(x = x, y = y,
training_frame = train,
leaderboard_frame = test)
View the AutoML Leaderboard
lb = aml.leaderboard
lb
but run the lb is null. need your help ,thanks !
The text was updated successfully, but these errors were encountered: