Skip to content

Modeltime H2O 0.1.1

Latest
Compare
Choose a tag to compare
@mdancho84 mdancho84 released this 05 Apr 16:02
· 10 commits to master since this release

New Functions

  • automl_leaderboard(): Returns the AutoML Leaderboard from the AutoML run when the model was created.
  • automl_update_model(): Makes it easy to swap out models from the AutoML Leaderboard.

Fix CRAN issue

  • Moved h2o.init() to skip on CRAN per H2O recommendation. The original issue was related to libxgboost4j_gpu*.so being left on the user system when the user's temp library. This is being corrected by H2O.