Description Usage Arguments Value
Fit models
1 2 | fit_models(data, model_call, drop_cols = NULL,
drop_zero_var_preds = TRUE)
|
data |
A data frame with column "train" containing the training datasets. |
model_call |
A quoted call for fitting the models. |
drop_cols |
Names of columns to drop before fitting. |
drop_zero_var_preds |
Boolean. Whether to drop variables with zero variance. |
Data frame with added column "model" containing the fitted models.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.