Creates an rtemis object of your choice of class. All available class systems are supported,
but at this point R6
is the default and most widely tested.
rtModSet(rtclass = "rtMod", mod = list(), mod.name = character(),
type = character(), parameters = list(), call = "",
y.train = numeric(), y.test = numeric(), x.name = character(),
y.name = character(), xnames = character(),
bag.resample.rtset = list(), fitted.bag = numeric(),
fitted = numeric(), fitted.prob = numeric(),
se.fit.bag = numeric(), se.fit = numeric(), error.train = list(),
predicted.bag = numeric(), predicted = numeric(),
predicted.prob = numeric(), se.prediction.bag = numeric(),
se.prediction = numeric(), error.test = list(), varimp = numeric(),
question = character(), extra = list())
String: Which class system to use. Previously "S3", "S4", "RC", "R6". Currently, only "R6", aka "rtMod" is supported.
Trained model
Model (algorithm) name
"Regression" or "Classification"
List of model hyperparameters
Originating call
Training y data
Validation y data
Name of x data
Name of y data
Column names of x
Fitted values
Fitted probabilities (Classification only)
Standard error of the fit
Training error
Predicted values
Predicted probabilities (Classification only)
Standard error of the prediction
Validation error
Variable importance
Question the model is attempting to answer
List with algorithm-specific extra fields