Skip to content

Commit 2410ce3

Browse files
jorisvandenbosschelesteve
authored andcommitted
DOC: fix rst reference to MLPClassifier (scikit-learn#8790)
1 parent 834608e commit 2410ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/neural_networks_supervised.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ which a sample can have more than one target.
173173
Regularization
174174
==============
175175

176-
Both :class:`MLPRegressor` and class:`MLPClassifier` use parameter ``alpha``
176+
Both :class:`MLPRegressor` and :class:`MLPClassifier` use parameter ``alpha``
177177
for regularization (L2 regularization) term which helps in avoiding overfitting
178178
by penalizing weights with large magnitudes. Following plot displays varying
179179
decision function with value of alpha.

0 commit comments

Comments
 (0)