openml.tasks
.get_tasks¶
- openml.tasks.get_tasks(task_ids: List[int], download_data: bool = True, download_qualities: bool = True) List[OpenMLTask] ¶
Download tasks.
This function iterates
openml.tasks.get_task()
.- Parameters:
- task_idsList[int]
A list of task ids to download.
- download_databool (default = True)
Option to trigger download of data along with the meta data.
- download_qualitiesbool (default=True)
Option to download ‘qualities’ meta-data in addition to the minimal dataset description.
- Returns:
- list