Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feat : Implement tagging for OpenMLSetup (#1686)#1704

Closed
ravencore06 wants to merge 0 commit intoopenml:mainopenml/openml-python:mainfrom
ravencore06:mainravencore06/openml-python:mainCopy head branch name to clipboard
Closed

feat : Implement tagging for OpenMLSetup (#1686)#1704
ravencore06 wants to merge 0 commit intoopenml:mainopenml/openml-python:mainfrom
ravencore06:mainravencore06/openml-python:mainCopy head branch name to clipboard

Conversation

@ravencore06
Copy link

What: Added tagging support for setups in OpenML SDK

Why: Setups couldn't be tagged before, even though the API supported it

How: Made OpenMLSetup inherit from OpenMLBase (which has push_tag() and remove_tag() methods)

Files changed: 3

Test added: Yes (test_tagging)

Works like:

setup = openml.setups.get_setup(123)
setup.push_tag("my_tag")
setup.remove_tag("my_tag")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.