auto_convert {mlr3} | R Documentation |
Column Auto-Converter
Description
Set of rules to automatically convert column types.
This is used during rbind
-ing of Tasks, but also in some pipe operators in
mlr3pipelines.
All rules are stored as functions in mlr_reflections$auto_converters.
Usage
auto_convert(value, id, type, levels)
Arguments
value |
(any) |
id |
( |
type |
( |
levels |
( |
Value
Vector value
converted to type type
.
[Package mlr3 version 1.0.1 Index]