OpenML (version 1.10)

getOMLStudy: Get OpenML Study information.

Description

A OpenML study is a collection of OpenML objects with a specific tag defined by the user (i.e. "study_X"). 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.

Usage

getOMLStudy(study = NULL, verbosity = NULL)

Arguments

study

[numeric(1)|character(1)] Either the id or the alias of a study.

verbosity

[integer(1)] Print verbose output on console? Possible values are: 0: normal output, 1: info output, 2: debug output. Default is set via setOMLConfig.

Value

[OMLStudy].

See Also

Other downloading functions: getOMLDataSetQualities, getOMLDataSet, getOMLFlow, getOMLRun, getOMLTask