mlr (version 2.19.0)

checkPredictLearnerOutput: Check output returned by predictLearner.

Description

Check the output coming from a Learner's internal predictLearner function.

This function is for internal use.

Usage

checkPredictLearnerOutput(learner, model, p)

Value

(any). A sanitized version of p.

Arguments

learner

(Learner)
The learner.

model

(WrappedModel)]
Model produced by training.

p

(any)
The prediction made by learner.