Bug: "Can't have more folds than instances!" and debug out(?) in splits file
Open
@janvanrijn is already working on this.
Since Oct 12, 2017.
bug
- Dominant language
- PHP
- Stars
- 755
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
For a unit test, I am creating a dummy data set with only four points. I can create a 10-fold cross-validation task for it without receiving an error. However, the splits file is broken; it contains a wild mixture of separators, xml, json, and html, including the following error message:
{"error":"Can't have more folds than instances!"}
Makes sense :)
This is easy enough to check and should therefore be reported at task creation time.
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.
Assessment
This issue has not been assessed yet.