openml / openml/OpenML

Database field too short

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

Nobody has claimed this yet.

Dominant language
PHP
Stars
755
Forks
128
PR merge metrics
No merged PRs in 30d

Description

input.full_name : it combines the implementation name with the parameter name.

As this is field is not part of the table key and we can induce it using the implementation table, I propose to drop it.

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

Locate the input.full_name field and the implementation table in the repository's database schema or migrations, then trace references to the field. Confirm that the implementation table can provide the same value and that removing the field does not affect the table key. Done means the obsolete field is removed and relevant references are updated.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
databases
Issue type
Refactor
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.