This object wraps the predictions returned by a learner of class LearnerRegr , i.e. the predicted response and standard error. Additionally, probability distributions implemented in package distr6 are supported.
Task, used to extract defaults for `row_ids` and `truth`.
row_ids: (integer())
Row ids of the predicted observations, i.e. the row ids of the test set.
truth: (numeric())
True (observed) response.
response: (numeric())
Vector of numeric response values. One element for each observation in the test set.
se: (numeric())
Numeric vector of predicted standard errors. One element for each observation in the test set.
quantiles: (matrix())
Numeric matrix of predicted quantiles. One row per observation, one column per quantile.
distr: (VectorDistribution)
`VectorDistribution` from package distr6 (in repository [https://raphaels1.r-universe.dev](https://raphaels1.r-universe.dev)). Each individual distribution in the vector represents the random variable 'survival time' for an individual observation.
check: (logical(1))
If `TRUE`, performs some argument checks and predict type conversions.
Method clone()
The objects of this class are cloneable with this method.