I am currently using h2o automl feature in R environment and I see the leaderboard showing up none in the logs even though I have provided the dataset to it. Appreciate if someone can answer
Asked
Active
Viewed 377 times
1 Answers
1
I think you are referring to this known bug which is causing NaNs in the leaderboard in non-US locales. It has been fixed on the nightly releases, so feel free to download one of those, or you can wait until the next stable release of H2O (3.18.0.5 will be released next week).
If this is not the same bug, please provide more info, including a reproducible example.

Erin LeDell
- 8,704
- 1
- 19
- 35
-
Thank you Erin for your comment. But did not understand the point about non-US locales. – rknimmakayala Mar 22 '18 at 04:16
-
If you're seeing NaNs on the leaderboard, this is caused by a bug triggered by system locale settings. See `Sys.setlocale()`. – Erin LeDell Mar 22 '18 at 05:38