publish_data {mlr3oml} | R Documentation |
Upload data to OpenML
Description
Upload a dataset to OpenML. This can also be achieved through the website.
Usage
publish_data(
data,
name,
desc,
license = NULL,
default_target = NULL,
citation = NULL,
row_identifier = NULL,
ignore_attribute = NULL,
original_data_url = NULL,
paper_url = NULL,
test_server = test_server_default(),
api_key = NULL
)
Arguments
data |
( |
name |
( |
desc |
( |
license |
( |
default_target |
( |
citation |
( |
row_identifier |
( |
ignore_attribute |
( |
original_data_url |
(character(1)) |
paper_url |
( |
test_server |
( |
api_key |
( In case |