OMLStudy.
If you create a study through the website https://www.openml.org/new/study, you can also specify an alias which can be used to access the study. To see a full list of all elements, please see the documentation.
makeOMLStudy( alias, name, description, data.id = NULL, task.id = NULL, flow.id = NULL, run.id = NULL )
alias
: [character
]
The alias of the study.
name
: [character
]
The name of the study.
description
: [character
]
The description of the study.
data.id
: [integer
]
A vector of IDs of the data sets to be included in the study.
task.id
: [integer
]
A vector of IDs of the tasks to be included in the study.
flow.id
: [integer
]
A vector of IDs of the flows to be included in the study.
run.id
: [integer
]
A vector of IDs of the runs to be included in the study.
[OMLStudy
].
Other uploading functions: uploadOMLDataSet()
, uploadOMLFlow()
, uploadOMLRun()
, uploadOMLStudy()