estimation_procedure
(list())
The estimation procedure, returns NULL if none is available.
task_splits
(data.table())
A data.table containing the splits as provided by OpenML.
tags
(character())
Returns all tags of the object.
parquet
(logical(1))
Whether to use parquet.
name
(character(1))
Name of the task, extracted from the task description.
task_type
(character(1))
The OpenML task type.
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, 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).
data_name
(character())
Name of the dataset (inferred from the task name).