We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007ae76 commit 84ee88dCopy full SHA for 84ee88d
sklearn/preprocessing/data.py
@@ -649,7 +649,7 @@ class Normalizer(BaseEstimator, TransformerMixin):
649
650
Parameters
651
----------
652
- norm : 'l1' or 'l2', optional ('l2' by default)
+ norm : 'l1', 'l2', or 'max', optional ('l2' by default)
653
The norm to use to normalize each non zero sample.
654
655
copy : boolean, optional, default True
0 commit comments