name
(character(1)
)
Name of the task, as extracted from the task description.
desc
(list()
)
Task description (meta information), downloaded and converted from the JSON API response.
data_id
(integer()
)
Data id, extracted from the task description.
data
(OMLData)
Access to the underlying OpenML data set via a OMLData object.
nrow
(integer()
)
Number of rows, as extracted from the OMLData object.
ncol
(integer()
)
Number of columns, as extracted from the OMLData object.
target_names
(character()
)
Name of the targets, as extracted from the OpenML task description.
feature_names
(character()
)
Name of the features (without targets of this OMLTask).
task
(mlr3::Task)
Creates a mlr3::Task using the target attribute of the task description.
resampling
(mlr3::Resampling)
Creates a ResamplingCustom using the target attribute of the task description.
tags
(character()
)
Returns all tags of the task.