Skip to content

Commit 84ee88d

Browse files
DOC: updating Normalizer docstring for norm='max'
1 parent 007ae76 commit 84ee88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/preprocessing/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ class Normalizer(BaseEstimator, TransformerMixin):
649649
650650
Parameters
651651
----------
652-
norm : 'l1' or 'l2', optional ('l2' by default)
652+
norm : 'l1', 'l2', or 'max', optional ('l2' by default)
653653
The norm to use to normalize each non zero sample.
654654
655655
copy : boolean, optional, default True

0 commit comments

Comments
 (0)