-
released this
2024-05-12 16:39:22 +00:00 | 17 commits to main since this releaseFixed
- Fixed the issue in stratified K-Fold when the number of samples of a class is less than the number of folds. Now the algorithm will split the samples evenly among the folds.
Added
- Refactor stratified build method to remove uneeded structures and optimize loops.
- Refactor the code to improve the readability and maintainability of the code,changing the order of the private, public and protected methods.
- More tests to enhance the robustness of the code.
Downloads