-
-
Notifications
You must be signed in to change notification settings - Fork 268
[ENH] Implement Tagging for Setups #1648
Copy link
Copy link
Open
Labels
Good First IssueIssues suitable for people new to contributing to openml-python!Issues suitable for people new to contributing to openml-python!enhancement
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!enhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently the sdk doesnot allow setting up tags for setups, even though this is supported by the back-end. This is because it doesnot inherit the
OpenMLBaseclass. Therefore this issue depends on #1647Steps in utils/_openml.py:
_get_rest_api_type_aliasto return valid alias forOpenMLSetuplegal_entitiesof_tag_entityso hopefully nothing changes thereresult_xmlin_tag_entityis applicable with the current parser