Learn R Programming

tsensembler (version 0.0.5)

intraining_predictions: 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 model_specs-class. Contains the specifications of the base models.

See Also

Other out-of-bag functions: intraining_estimations