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)
id of the experiment_version, can be obtained with get_experiment_version_id().
boolean, indicating if you want to retrieve the best model among blended models too.
character - model_id.