openml / openml/server-api

Allow AND and OR queries in tag filters

Open
#349 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement php
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.