SciML / SciML/EasyModelAnalysis.jl
Crossvalidation and Test data options in datafit
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 87
- Forks
- 14
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 19
Description
- Add a way to automatically split the data and making the latter part be test data
- Crossvalidation algorithm choices:
- KFold
- Leave One Out
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 datafit entry point and reading how it currently receives and partitions data. Define the expected automatic test-data split and the supported KFold and Leave One Out choices; done means these options work through datafit and are covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100