8000 DOC correct typo in StandardScaler documentation (#21860) · scikit-learn/scikit-learn@de3373b · GitHub
[go: up one dir, main page]

Skip to content

Commit de3373b

Browse files
DOC correct typo in StandardScaler documentation (#21860)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
1 parent c1b82be commit de3373b

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

0 commit comments

Comments
 (0)
0