Learn R Programming

tsensembler (version 0.0.2)

intraining_estimations: Out-of-bag loss estimations

Description

A pipeline for retrieving out-of-bag loss estimations

Usage

intraining_estimations(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.

Value

A list containing two objects:

mloss

loss of base models in test

oob

out-of-bag test samples

See Also

Other out-of-bag functions: intraining_predictions