In the sklearn documentation for sklearn.cross_validation.ShuffleSplit, it states:
Note: contrary to other cross-validation strategies, random splits do not guarantee that all folds will be different, although this is still very likely for sizeable datasets.
Is this an issue? If so, why?