fit_model_ml | R Documentation |
This function trains a given unfitted model with the provided data and parameters, according to model type and learner type.
fit_model_ml(data, formula, caret_params, classify)
data |
The dataset |
formula |
The formula |
caret_params |
The parameters for caret model |
classify |
Indicate if this is a classification problem. Defaults to FALSE |
The fitted model object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.