Skip to content

Commit cdbe78f

Browse files
committed
docs: fixing example message links in mlp
1 parent 29dcff6 commit cdbe78f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/neural_network/_multilayer_perceptron.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ class MLPClassifier(ClassifierMixin, BaseMultilayerPerceptron):
800800
- 'adam' refers to a stochastic gradient-based optimizer proposed
801801
by Kingma, Diederik, and Jimmy Ba
802802
803-
For example usage and comparison with Adam optimizer, see
803+
For a comparison between Adam optimizer and SGD, see
804804
:ref:`sphx_glr_auto_examples_neural_networks_plot_mlp_training_curves.py`
805805
806806
Note: The default solver 'adam' works pretty well on relatively
@@ -1299,7 +1299,7 @@ class MLPRegressor(RegressorMixin, BaseMultilayerPerceptron):
12991299
- 'adam' refers to a stochastic gradient-based optimizer proposed by
13001300
Kingma, Diederik, and Jimmy Ba
13011301
1302-
For example usage and comparison with Adam optimizer, see
1302+
For a comparison between Adam optimizer and SGD, see
13031303
:ref:`sphx_glr_auto_examples_neural_networks_plot_mlp_training_curves.py`
13041304
13051305
Note: The default solver 'adam' works pretty well on relatively

0 commit comments

Comments
 (0)