Allow AND and OR queries in tag filters
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 16
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Joaquin's concrete suggestion to solve problem openml/OpenML#1 mentioned here https://github.com/openml/OpenML/issues/433#issuecomment-313491426
We could make the tag filter comma-separated and add a 'nottag' filter, so something like:
/run/list/tag/OpenML100,uci -> OpenML100 AND uci
/run/list/tag/OpenML100/nottag/uci -> OpenML AND NOT uci
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked OpenML#1 discussion and the referenced comment, then locate the existing server API tag-filter handling. Document the intended AND, OR, and NOT syntax and behavior, and consider the work complete when the API supports the agreed combinations with coverage for the documented cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100