R6 Class for rtemis Meta Models
rtMeta
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
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