R6 Class for rtemis Bagged Supervised Models
rtModBag
An object of class R6ClassGenerator
of length 24.
mod.name
Model (algorithm) name
y.train
Training y data
y.test
Testing y data
x.name
Name of x data
y.name
Name of y data
xnames
Character vector: Column names of x
bag.resample.rtset
List of settings for resample. Set using rtset.bag.resample
mod
Trained model
fitted
Fitted values
se.fit
Standard error of the fit
error.train
Training error
predicted
Predicted values
se.prediction
Standard error of the prediction
error.test
Testing error
question
Question the model is hoping to answer
extra
Algorithm-specific output