Learn R Programming

mlr (version 2.3)

getBMRFilteredFeatures: Extract the feature selection results from a benchmark result.

Description

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

Usage

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