This function performs inference using a trained model
model_predict_ml(
model,
data,
formula,
caret_params,
cram_policy_handle = FALSE
)Predictions of the model on the data
A trained model object returned by the `fit_model_ml` function.
The dataset
The formula
The parameters of the caret model
Internal use. Post-process predictions differently for cram policy use. Defaults to FALSE.