run_models | R Documentation |
Runs the predictive models for the given datasets.
run_models( datasets, models, seed = sample(1:2^15, 1), training_size = 0.7, print_errors = FALSE, metrics = mldash::get_all_metrics(), save_model_fits = FALSE, timeout = 60 )
datasets |
the datasets to run the models with. Results from |
models |
the models to run. Results from |
seed |
random seed to set before randomly selecting the training dataset. |
training_size |
the proportion of the data that should be used for training. The remaining percentage will be used for validation. |
print_errors |
if TRUE errors will be printed while the function runs. Errors will always be saved in the returned object. |
metrics |
list of model performance metrics from the |
timeout |
the maximum amount of time (in seconds) a model is allowed to run
before it is interrupted, can be |
a data.frame with the results of all the models run against all the datasets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.