Skip to content

Task API changed? #604

@janvanrijn

Description

@janvanrijn

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions