openml.study.OpenMLStudy¶An OpenMLStudy represents the OpenML concept of a study (a collection of runs).
It contains the following information: name, id, description, creation date, creator id and a list of run ids.
According to this list of run ids, the study object receives a list of OpenML object ids (datasets, flows, tasks and setups).
the study id
a string ID, unique on server (url-friendly)
the benchmark suite (another study) upon which this study is ran. can only be active if main entity type is runs.
the name of the study (meta-info)
brief description (meta-info)
Whether the study is in preparation, active or deactivated
date of creation (meta-info)
openml user id of the owner / creator
The list of tags shows which tags are associated with the study. Each tag is a dict of (tag) name, window_start and write_access.
a list of data ids associated with this study
a list of task ids associated with this study
a list of flow ids associated with this study
a list of run ids associated with this study
a list of setup ids associated with this study
The id of the entity, it is unique for its entity type.
Opens the OpenML web page corresponding to this object in your default browser.
The URL of the object on the server, if it was uploaded, else None.
Annotates this entity with a tag on the server.
Tag to attach to the flow.
Removes a tag from this entity on the server.
Tag to attach to the flow.
Return the OpenML URL for the object of the class entity with the given id.