Skip to content

Commit 9ec5a15

Browse files
didibzTomDLT
authored andcommitted
ALL Add resample and shuffle to __all__ (scikit-learn#12456)
1 parent e50fc2a commit 9ec5a15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sklearn/utils/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"check_consistent_length", "check_X_y", 'indexable',
3333
"check_symmetric", "indices_to_mask", "deprecated",
3434
"cpu_count", "Parallel", "Memory", "delayed", "parallel_backend",
35-
"register_parallel_backend", "hash", "effective_n_jobs"]
35+
"register_parallel_backend", "hash", "effective_n_jobs",
36+
"resample", "shuffle"]
3637

3738
IS_PYPY = platform.python_implementation() == 'PyPy'
3839
_IS_32BIT = 8 * struct.calcsize("P") == 32

0 commit comments

Comments
 (0)