openml.study.get_study¶Retrieves all relevant information of an OpenML study from the server.
study id (numeric or alias)
The example given in https://arxiv.org/pdf/1708.03731.pdf uses an older version of the API which required specifying the type of study, i.e. tasks. We changed the implementation of studies since then and split them up into suites (collections of tasks) and studies (collections of runs) so this argument is no longer needed.
The OpenML study object