Unclear how to add multiple ignored features upon dataset creation
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 755
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
It is unclear how to add multiple ignored features upon dataset creation, i.e. whether they should be separated by space, comma, or something else. On a related note, there does not seem to be an explicit check on whether this field is entered correctly? I tried spaces and commas and neither resulted in an error, nor in the features being added as 'ignored'.
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 locating the dataset-creation handling for the ignored-features field and reproduce the behavior with space- and comma-separated values. Determine the accepted format and whether invalid input is rejected; done means multiple features are correctly marked as ignored and malformed input produces a clear error.
Written by the indexing model from the issue text.
Assessment
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100