forked from scikit-learn/scikit-learn
-
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.
FIX added assertion for ValueError when cv iterator is empty (scikit-…
…learn#12961) * added assertion for ValueError when cv iterator is empty * test value error message * change to use match= instead of message= for pytest.raises * fix regex escape char for flake8 * Added test case for unmached cv result length * fix travis-ci issue * use global X, y and n_split=3 * use true global X, y
- Loading branch information
1 parent
c2d56a6
commit 851a4b8
Showing
2 changed files
with
55 additions
and
0 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