ARFF checker does not comply with ARFF specification for date field
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 755
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
Arff date field seems to be defined as follows:
@attribute DATE "date_specification"
without date specification, the weka arff parser defaults to to xml format "yyyy-MM-dd'T'HH:mm:ss"
Unfortunately, the openml php arff parser rejects the date field when the date specification is given. This (c/sh)ould be corrected.
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
No file or test is named in the issue. Start by locating the PHP ARFF parser or checker and reproduce the rejection with an @attribute DATE declaration that includes a date specification; done means the valid ARFF date field is accepted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100