mlr (version 2.10)

getBMRModels: Extract all models from benchmark result.

Description

A list of lists containing all WrappedModels trained in the benchmark experiment. If models is FALSE in the call to benchmark, the function will return NULL.

Usage

getBMRModels(bmr, task.ids = NULL, learner.ids = NULL)

Arguments

bmr
[BenchmarkResult] Benchmark result.
task.ids
[character(1)] Restrict result to certain tasks. Default is all.
learner.ids
[character(1)] Restrict result to certain learners. Default is all.

Value

[list].

See Also

Other benchmark: BenchmarkResult, benchmark, convertBMRToRankMatrix, friedmanPostHocTestBMR, friedmanTestBMR, generateCritDifferencesData, getBMRAggrPerformances, getBMRFeatSelResults, getBMRFilteredFeatures, getBMRLearnerIds, getBMRLearnerShortNames, getBMRLearners, getBMRMeasureIds, getBMRMeasures, getBMRPerformances, getBMRPredictions, getBMRTaskDescriptions, getBMRTaskIds, getBMRTuneResults, plotBMRBoxplots, plotBMRRanksAsBarChart, plotBMRSummary, plotCritDifferences