Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41aa3ed

Browse files
nixphixrth
authored andcommitted
MNT Remove build_tools/windows/windows_testing_downloader.ps1 (#12974)
1 parent 9928713 commit 41aa3ed

File tree

2 files changed

+0
-274
lines changed

2 files changed

+0
-274
lines changed

build_tools/windows/windows_testing_downloader.ps1

Lines changed: 0 additions & 270 deletions
This file was deleted.

sklearn/model_selection/_split.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2225,10 +2225,6 @@ def train_test_split(*arrays, **options):
22252225
safe_indexing(a, test)) for a in arrays))
22262226

22272227

2228-
# Tell nose that train_test_split is not a test
2229-
train_test_split.__test__ = False
2230-
2231-
22322228
def _build_repr(self):
22332229
# XXX This is copied from BaseEstimator's get_params
22342230
cls = self.__class__

0 commit comments

Comments
 (0)