mi_run_bmr | R Documentation |
Compare classification models with small samples.
mi_run_bmr(data, row_num = 1000, resamplings = rsmps("cv", folds = 10))
data |
A tibble.All are numeric except the first column is a factor. |
row_num |
The number of samples used. |
resamplings |
R6/Resampling.Resampling method. |
A list of R6 class of benchmark results and scores of test set. examples data(mi_data_procID) mi_run_bmr(mi_data_procID)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.