openml.study.create_study¶
-
openml.study.create_study(name: str, description: str, run_ids: List[int], alias: Union[str, NoneType], benchmark_suite: Union[int, NoneType]) → openml.study.study.OpenMLStudy¶ Creates an OpenML study (collection of data, tasks, flows, setups and run), where the runs are the main entity (collection consists of runs and all entities (flows, tasks, etc) that are related to these runs)