View source: R/mod_performance.R
models_performance | R Documentation |
Returns a basic summary of models' performances
models_performance( models, names = NULL, data_test, y_name, metric, est_below_cutoff, err_above_cutoff )
models |
The models to evaluate |
names |
The models' names |
data_test |
A data.frame of test data |
y_name |
The variable to explain |
metric |
The metric to use for error computation |
below_cutoff |
seuil à dépasser |
A data.frame holding the r.squared and errors metrics
models_performance(models, names, data_test, "RESCO", c("MACHINE.IND", "MILEX"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.