Skip to content

Commit 0493d71

Browse files
JulianKahnertagramfort
authored andcommitted
fix of typo (scikit-learn#7137)
1 parent c6f6712 commit 0493d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/preprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ a learning algorithm (such as the RBF kernel of Support Vector
3030
Machines or the l1 and l2 regularizers of linear models) assume that
3131
all features are centered around zero and have variance in the same
3232
order. If a feature has a variance that is orders of magnitude larger
33-
that others, it might dominate the objective function and make the
33+
than others, it might dominate the objective function and make the
3434
estimator unable to learn from other features correctly as expected.
3535

3636

0 commit comments

Comments
 (0)