Skip to content

Commit e721508

Browse files
committed
Merge pull request scikit-learn#2925 from ajtulloch/izip-cross-validation
ENH Use izip consistently in StratifiedKFold
2 parents 295c5ed + 5ce5e81 commit e721508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sklearn/cross_validation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
from .utils.validation import _num_samples
2727
from .externals.joblib import Parallel, delayed, logger
2828
from .externals.six import with_metaclass
29+
from .externals.six.moves import zip
2930
from .metrics.scorer import check_scoring
3031

3132
__all__ = ['Bootstrap',

0 commit comments

Comments
 (0)