get_best_model_id {previsionio}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.

Description

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.

Usage

get_best_model_id(experiment_version_id, include_blend = TRUE)

Arguments

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.

Value

character - model_id.


[Package previsionio version 11.7.0 Index]