Skip to content

Commit 9966bd0

Browse files
author
jaffourt
committed
typo fix in StandardScaler class description
1 parent 053d2d1 commit 9966bd0

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
@@ -610,7 +610,7 @@ class StandardScaler(TransformerMixin, BaseEstimator):
610610
Machines or the L1 and L2 regularizers of linear models) assume that
611611
all features are centered around 0 and have variance in the same
612612
order. If a feature has a variance that is orders of magnitude larger
613-
that others, it might dominate the objective function and make the
613+
than others, it might dominate the objective function and make the
614614
estimator unable to learn from other features correctly as expected.
615615
616616
This scaler can also be applied to sparse CSR or CSC matrices by passing

0 commit comments

Comments
 (0)