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 053d2d1 commit 9966bd0Copy full SHA for 9966bd0
sklearn/preprocessing/_data.py
@@ -610,7 +610,7 @@ class StandardScaler(TransformerMixin, BaseEstimator):
610
Machines or the L1 and L2 regularizers of linear models) assume that
611
all features are centered around 0 and have variance in the same
612
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
+ than others, it might dominate the objective function and make the
614
estimator unable to learn from other features correctly as expected.
615
616
This scaler can also be applied to sparse CSR or CSC matrices by passing
0 commit comments