Learn R Programming

mlr (version 2.3)

getBMRPredictions: Extract the predictions from a benchmark result.

Description

Either a list of lists of ResamplePrediction objects, as returned by resample, or these objects are rbind-ed with extra columns task.id and learner.id.

Usage

getBMRPredictions(bmr, task.ids = NULL, learner.ids = NULL, as.df = FALSE)

Arguments

Value

[list | data.frame]. See above.

See Also

Other benchmark: BenchmarkResult; benchmark; getBMRAggrPerformances; getBMRFeatSelResults; getBMRFilteredFeatures; getBMRLearnerIds; getBMRPerformances; getBMRTaskIds; getBMRTuneResults