fit_model_ml {cramR} | R Documentation |
Cram ML: Fit Model ML
Description
This function trains a given unfitted model with the provided data and parameters, according to model type and learner type.
Usage
fit_model_ml(data, formula, caret_params, classify)
Arguments
data |
The dataset |
formula |
The formula |
caret_params |
The parameters for caret model |
classify |
Indicate if this is a classification problem. Defaults to FALSE |
Value
The fitted model object.
[Package cramR version 0.1.0 Index]