Learn R Programming

mlr (version 2.3)

getBMRTuneResults: Extract the tuning results from a benchmark result.

Description

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

Usage

getBMRTuneResults(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; getBMRPredictions; getBMRTaskIds