Skip to content

What happened to openml.flows.openml_param_name_to_sklearn? #2

@hp2500

Description

@hp2500

Hi there,

I am trying to run some functions from https://github.com/openml/openml-python-contrib.
Here is an example:

openmlcontrib.meta.get_task_flow_results_as_dataframe(task_id = 3, 
                                                      flow_id = runs.get_run(10229142).flow_id,
                                                      num_runs = 3,
                                                      raise_few_runs = True, 
                                                      configuration_space= cs,
                                                      evaluation_measures=['predictive_accuracy'],
                                                      per_fold = False,
                                                      cache_directory = 'xxx'
                                                     )

I am getting this error:
image

I have checked the docs and have not found openml.flows.openml_param_name_to_sklearn . Are the contrib functions outdated or am I simply on the wrong track?

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