intraining_predictions {tsensembler} | R Documentation |
Out-of-bag predictions
Description
A pipeline for retrieving out-of-bag predictions from the base models
Usage
intraining_predictions(train, test, form, specs)
Arguments
train |
train set from the training set; |
test |
test set from the training set; |
form |
formula; |
specs |
object of class |
See Also
Other out-of-bag functions:
intraining_estimations()
[Package tsensembler version 0.1.0 Index]