Skip to content

Commit 7892edd

Browse files
chkoaramueller
authored andcommitted
Address scikit-learn#7733 - MultiTaskElasticNet user guide links to MultiTaskLasso (scikit-learn#7741)
1 parent 74a9756 commit 7892edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/linear_model/coordinate_descent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,7 @@ class MultiTaskElasticNet(Lasso):
15591559
15601560
i.e. the sum of norm of each row.
15611561
1562-
Read more in the :ref:`User Guide <multi_task_lasso>`.
1562+
Read more in the :ref:`User Guide <multi_task_elastic_net>`.
15631563
15641564
Parameters
15651565
----------

0 commit comments

Comments
 (0)