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)
A tuning result of the (tuneParams) function.
|
as.df |
(logical(1) )
Should the optimization path be returned as a data frame?
Default is TRUE .
|
Value
(ParamHelpers::OptPath) or (data.frame).
[Package
mlr version 2.19.2
Index]