Skip to content
Snippets Groups Projects
Commit 2410ce35 authored by Joris Van den Bossche's avatar Joris Van den Bossche Committed by Loïc Estève
Browse files

DOC: fix rst reference to MLPClassifier (#8790)

parent 834608ec
No related merge requests found
......@@ -173,7 +173,7 @@ which a sample can have more than one target.
Regularization
==============
Both :class:`MLPRegressor` and class:`MLPClassifier` use parameter ``alpha``
Both :class:`MLPRegressor` and :class:`MLPClassifier` use parameter ``alpha``
for regularization (L2 regularization) term which helps in avoiding overfitting
by penalizing weights with large magnitudes. Following plot displays varying
decision function with value of alpha.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment