-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat] Implement min file size for use in models
Changelog: - `snekmer.utils`: Helper functions added to check file length - File size is now checked to meet minimum threshold for K-fold cross-validation - If min file size is not met, file is excluded from the pipeline and a warning is printed to the user to notify them of file exclusion - Note: warning is not active during a dry run due to the behavior of the `onstart` directive
- Loading branch information
1 parent
7eb479a
commit 619f554
Showing
3 changed files
with
64 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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