caretSLOPE: Model objects for model tuning with caret (deprecated)

View source: R/caretSLOPE.R

caretSLOPER Documentation

Model objects for model tuning with caret (deprecated)

Description

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.

Usage

caretSLOPE()

Value

A model description list to be used in the method argument in caret::train().

See Also

caret::train(), trainSLOPE(), SLOPE()

Other model-tuning: plot.TrainedSLOPE(), trainSLOPE()


SLOPE documentation built on June 10, 2022, 1:05 a.m.