unwrapOptResults: Unwrap optimal hyperparameter and performance values from...

Description Usage Arguments Value

Description

Unwrap OptResult from the data.frame returned by reduceResultsMlr.

Usage

1
  unwrapOptResults(data, x = TRUE, y = FALSE, keep = FALSE)

Arguments

data

[data.frame]
Result data.frame from reduceResultsMlr.

x

[logical(1)]
Should slot x be extracted? x contains a named list of hyperparameter values, identified as optimal.

y

[logical(1)]
Should slot y be extracted? y contains the performance values for optimal x.

keep

[logical(1)]
Should OptResult be kept in data? If FALSE it is removed.

Value

[data.frame] data, possibly augmented by the optimal hyperparameter values and corresponding performance measures and OptResult removed.


tudo-r/BatchExperimentsMlr documentation built on June 1, 2019, 2:52 a.m.