Skip to contents

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.