openml / openml/OpenML

problem setup search

Open
#1,004 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.