setup/list and confusion about setup_id
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 755
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
I thought the setup_id is unique for each flow + parameter configuration?
With https://www.openml.org/api/v1/xml/setup/list/setup/1 I would expect that I get only one single hyperparameter configuration that refers to one single flow. However, there are many different flows listed.
Also https://www.openml.org/api/v1/xml/setup/list/flow/56 gives me hyperparameter configurations for many different flows? Although I requested only the setups for flow 56.
Did something change? Because I think this issue did not appear some time ago.
Contributor guide
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 comparing the responses from /api/v1/xml/setup/list/setup/1 and /api/v1/xml/setup/list/flow/56, then trace how setup_id and flow filters are handled. Done means each endpoint returns only the setup configurations matching the requested setup or flow, with the observed behavior clarified or corrected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100