-
Notifications
You must be signed in to change notification settings - Fork 91
KFold cross-validation #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Mec-iS
merged 22 commits into
smartcorelib:development
from
Mec-iS:issue-5-mod-selector-kfold
Oct 13, 2020
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
3aec1c2
Add documentation and API
Mec-iS 8e889ae
Add public keyword
Mec-iS 4c349e8
Add public keyword
Mec-iS 8c15f7e
Implement test_indices (debug version)
Mec-iS 3e23378
Return indices as Vec of Vec
Mec-iS b8ef30e
Consume vector using drain()
Mec-iS 4305f35
Use shape() to return num of samples
Mec-iS 0fb1766
Implement test_masks
Mec-iS 7e68cb5
Implement KFold.split()
Mec-iS f4ce51b
Apply formatter
Mec-iS 00f05a6
Cleanup
Mec-iS 3615f1b
Make trait public
Mec-iS 458da4f
Add test for split
Mec-iS 986b90c
Fix samples in shape()
Mec-iS 0228c3d
Cleanup
Mec-iS 6d1a001
Implement shuffle
Mec-iS e8a610d
Use immutable vecs
Mec-iS 45eb2a6
Simplify return values
Mec-iS 2dbb80d
Simplify return values
Mec-iS 3596cf8
Simplify return values
Mec-iS 0977bfc
Cleanup
Mec-iS 914adf4
Use usize for n_splits
Mec-iS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.