This function can be used in a call to caret::train()
to enable
model tuning using caret. Note that this function does not properly work
with sparse feature matrices and standardization due to the way
resampling is implemented in caret. So for these cases, please
check out trainSLOPE()
instead.
caretSLOPE()
A model description list to be used in the method
argument
in caret::train()
.
caret::train()
, trainSLOPE()
, SLOPE()
Other model-tuning:
plot.TrainedSLOPE()
,
trainSLOPE()