problem setup search
Open
Nobody has claimed this yet.
bug
- Dominant language
- PHP
- Stars
- 755
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
setup search is limited to 55 hyperparameters, due to column join limitations. This query should be more efficient:
https://github.com/openml/OpenML/blob/master/openml_OS/models/Algorithm_setup.php#L53
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
Read openml_OS/models/Algorithm_setup.php around line 53 and trace the setup-search query. Reproduce the 55-hyperparameter limit, then verify that setup searches with more than 55 hyperparameters work and that the revised query is more efficient.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, sql
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100