Prediction: Abstract Prediction Object

Description Format Construction Fields Methods S3 Methods See Also

Description

This is the abstract base class for task objects like PredictionClassif or PredictionRegr.

Prediction objects store the following information:

  1. The row ids of the test set

  2. The corresponding true (observed) response.

  3. The corresponding predicted response.

  4. Additional predictions based on the class and predict_type. E.g., the class probabilities for classification or the estimated standard error for regression.

Format

R6::R6Class object.

Construction

This object is constructed via a derived classes, e.g. PredictionClassif or PredictionRegr.

Fields

Methods

S3 Methods

See Also

Other Prediction: PredictionClassif, PredictionRegr


mllg/mlr3 documentation built on Sept. 27, 2019, 9:38 a.m.