-
Notifications
You must be signed in to change notification settings - Fork 88
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
fix data split #1119
Labels
bug
Something isn't working
Comments
Closed
Closed
kasyanovse
added a commit
that referenced
this issue
Aug 8, 2023
Fix #1119 Add support of MultiModalData in cv_folds Delete some code that solves problems are solved in the new DataSourceSplitter or in new cv_folds
kasyanovse
added a commit
that referenced
this issue
Aug 10, 2023
Fix #1119 Add support of MultiModalData in cv_folds Delete some code that solves problems are solved in the new DataSourceSplitter or in new cv_folds
kasyanovse
added a commit
that referenced
this issue
Aug 14, 2023
* Refactor data splitters logic Fix #1119 Add support of MultiModalData in cv_folds Delete some code that solves problems are solved in the new DataSourceSplitter or in new cv_folds * Rename module split.py to cv_folds.py * Move cv_folds.py to fedot/core/data * Add tests * Add tests and fix some tests * Fix problem with lagged window failure on data shortage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fix data split to provide uniform distribution of class labels
The text was updated successfully, but these errors were encountered: