Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ArchiveFSelect

Logging object for objective function evaluations


Description

Container around a data.table::data.table which stores all performed function calls of the Objective and the associated mlr3::BenchmarkResult.

$benchmark_result stores a mlr3::BenchmarkResult which contains the mlr3::ResampleResult of all performed function calls. The mlr3::BenchmarkResult is connected to the data.table::data.table via the uhash column.

Super class

bbotk::Archive -> ArchiveFSelect

Public fields

benchmark_result

(mlr3::BenchmarkResult)
Stores benchmark result.

Methods

Public methods


Method clone()

The objects of this class are cloneable with this method.

Usage
ArchiveFSelect$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


mlr3fselect

Feature Selection for 'mlr3'

v0.5.1
LGPL-3
Authors
Marc Becker [aut, cre] (<https://orcid.org/0000-0002-8115-0400>), Patrick Schratz [aut] (<https://orcid.org/0000-0003-0748-6624>), Michel Lang [aut] (<https://orcid.org/0000-0001-9754-0393>), Bernd Bischl [aut] (<https://orcid.org/0000-0001-6002-6980>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.