get_all_models: Gives data.frame with basic data of all models
Description
You can later get some specific model by calling
e.g. mod <- get_model(project_title, experiment_title, model_hid)
.
Usage
get_all_models(project_title, exp_title)
Arguments
project_title
character with project title
exp_title
character with experiment title
Value
data.frame with model's "hid", "model_type", "metric_value",
"metric_type"