Description Usage Arguments Examples
View source: R/save_h2o_models_metrics.R
Save models and various performance metrics from h2o autoML run
1 | save_h2o_models_metrics(leaderboard, max_top_models = NA, path_slug)
|
leaderboard |
an h2o leaderboard object |
max_top_models |
The top-n models to save. Defaults to NA, which saves all |
path_slug |
A path where you want the models to be saved |
1 | ## Not run: save_h2o_models_metrics(leaderbard_a, max_top_models = 5, path_slug = getwd())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.