makeOMLStudy {OpenML} | R Documentation |
OMLStudy.
Description
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.
Usage
makeOMLStudy(
alias,
name,
description,
data.id = NULL,
task.id = NULL,
flow.id = NULL,
run.id = NULL
)
Arguments
alias |
[ |
name |
[ |
description |
[ |
data.id |
[ |
task.id |
[ |
flow.id |
[ |
run.id |
[ |
Value
[OMLStudy
].
See Also
Other uploading functions:
uploadOMLDataSet()
,
uploadOMLFlow()
,
uploadOMLRun()
,
uploadOMLStudy()
[Package OpenML version 1.12 Index]