getTuneResultOptPath {mlr} | R Documentation |
Get the optimization path of a tuning result.
Description
Returns the opt.path from a (TuneResult) object.
Usage
getTuneResultOptPath(tune.result, as.df = TRUE)
Arguments
tune.result |
(TuneResult) |
as.df |
( |
Value
(ParamHelpers::OptPath) or (data.frame).
[Package mlr version 2.19.2 Index]