Skip to content

Commit 1c60618

Browse files
committed
BUG MinMaxScaler missing from preprocessing.__all__
1 parent 0ca0e15 commit 1c60618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sklearn/preprocessing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'KernelCenterer',
3131
'LabelBinarizer',
3232
'LabelEncoder',
33+
'MinMaxScaler',
3334
'Normalizer',
3435
'StandardScaler',
3536
'binarize',

0 commit comments

Comments
 (0)