R6 Class for rtemis Cross-Validated Supervised Models
rtModCVAn object of class R6ClassGenerator of length 24.
mod.nameModel (algorithm) name
y.trainTraining set y data
y.testTesting set y data
x.nameName of x data
y.nameName of y data
xnamesCharacter vector: Column names of x
resamplerList of settings for resample. Set using rtset.cv.resample
n.repeatsInteger: Number of repeats. This is the outermost iterator: i.e. You will run
resampler this many times.
modTrained model
fittedFitted values
se.fitStandard error of the fit
error.trainTraining error
predictedPredicted values
se.predictionStandard error of the prediction
error.testTesting error
questionQuestion the model is hoping to answer
extraAlgorithm-specific output