-
-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Description
Description
Task API changed
Steps/Code to Reproduce
import openml
task = openml.tasks.get_task(3)
print(task.estimation_procedure)Expected Results
A dict mapping from key to value, where value is either a string or another dict
Actual Results
Suddenly, tuples appeared. Is there any reason for this?
{'type': ('crossvalidation',), 'parameters': ({'number_repeats': '1', 'number_folds': '10', 'percentage': '', 'stratified_sampling': 'true'},), 'data_splits_url': 'https://www.openml.org/api_splits/get/11/Task_11_splits.arff'}
Metadata
Metadata
Assignees
Labels
No labels