mlr_reflections {mlr3}R Documentation

Reflections for mlr3

Description

Environment which stores various information to allow objects to examine and introspect their structure and properties (c.f. Reflections).

This environment be modified by third-party packages, e.g. by adding information about new task types or by extending the set of allowed feature types.

The following objects are set by mlr3:

Usage

mlr_reflections

Format

environment.

Examples

ls.str(mlr_reflections)

[Package mlr3 version 0.19.0 Index]