Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The autoML leaderboard is null(and I used the IDE is spyder) #110

Open
brucesunxi opened this issue Jun 8, 2019 · 2 comments
Open

The autoML leaderboard is null(and I used the IDE is spyder) #110

brucesunxi opened this issue Jun 8, 2019 · 2 comments

Comments

@brucesunxi
Copy link

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 !

@brucesunxi brucesunxi changed the title The autoML leaderboard is null The autoML leaderboard is null(and I used the IDE is spyder) Jun 8, 2019
@ArioBattolla
Copy link

I solved this issue by transforming it into dataframe object:

lb = aml.leaderboard.as_data_frame()
print(lb.head())

@ericbrownaustin
Copy link

Same issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants