get_best_model_id | R Documentation |
Get the model_id that provide the best predictive performance given experiment_version_id. If include_blend is false, it will return the model_id from the best "non blended" model.
get_best_model_id(experiment_version_id, include_blend = TRUE)
experiment_version_id |
id of the experiment_version, can be obtained with get_experiment_version_id(). |
include_blend |
boolean, indicating if you want to retrieve the best model among blended models too. |
character - model_id.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.