-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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 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
Labels
No labels
