Skip to content
Snippets Groups Projects
Commit 0cef9a70 authored by Charlie Brummitt's avatar Charlie Brummitt Committed by Joel Nothman
Browse files

[MRG+1] Fix bug in StratifiedShuffleSplit for multi-label data with targets...

[MRG+1] Fix bug in StratifiedShuffleSplit for multi-label data with targets having > 1000 labels (#9922)

* Use ' '.join(row) for multi-label targets in StratifiedShuffleSplit because str(row) uses an ellipsis when len(row) > 1000
* Add a new test for multilabel problems with more than a thousand labels
parent ee8f54d8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment