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

Skip to content

Commit 6c2b64d

Browse files
committed
BUG MinMaxScaler missing from preprocessing.__all__
1 parent 34ef825 commit 6c2b64d

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
@@ -25,6 +25,7 @@
2525
'KernelCenterer',
2626
'LabelBinarizer',
2727
'LabelEncoder',
28+
'MinMaxScaler',
2829
'Normalizer',
2930
'StandardScaler',
3031
'binarize',

0 commit comments

Comments
 (0)