-
-
Notifications
You must be signed in to change notification settings - Fork 206
Open
Labels
Good First IssueIssues suitable for people new to contributing to openml-python!Issues suitable for people new to contributing to openml-python!
Description
https://openml.github.io/openml-python/latest/examples/Basics/simple_flows_and_runs_tutorial/#upload-the-machine-learning-experiments-to-openml describes the process to upload models as flows, it asks the user to manually create a OpenMLFlow object and fill in the metadata. But the flows should be automatically generated from the models using the function openml.flows.create_flow_from_model as per the docstring of OpenMLFlow class.
It should be verified if the flows can be generated automatically or not and if they can be then it should be updated in the document.
Metadata
Metadata
Assignees
Labels
Good First IssueIssues suitable for people new to contributing to openml-python!Issues suitable for people new to contributing to openml-python!