trControlCheck {caretEnsemble}R Documentation

Check that the trainControl object supplied by the user is valid and has defined re-sampling indexes.

Description

This function checks the user-supplied trainControl object and makes sure it has all the required fields. If the resampling indexes are missing, it adds them to the model. If savePredictions=FALSE or "none", this function sets it to "final".

Usage

trControlCheck(x, y)

Arguments

x

a trainControl object.

y

the target for the model. Used to determine resampling indexes.


[Package caretEnsemble version 2.0.3 Index]