openml.study.create_benchmark_suite

openml.study.create_benchmark_suite(name: str, description: str, task_ids: list[int], alias: str | None = None) OpenMLBenchmarkSuite

Creates an OpenML benchmark suite (collection of entity types, where the tasks are the linked entity)

Parameters:
namestr

the name of the study (meta-info)

descriptionstr

brief description (meta-info)

task_idslist

a list of task ids associated with this study more can be added later with attach_to_suite.

aliasstr (optional)

a string ID, unique on server (url-friendly)

Returns:
OpenMLStudy

A local OpenML study object (call publish method to upload to server)