Skip to content

Commit

Permalink
Address scikit-learn#7733 - MultiTaskElasticNet user guide links to M…
Browse files Browse the repository at this point in the history
…ultiTaskLasso (scikit-learn#7741)
  • Loading branch information
chkoar authored and amueller committed Oct 24, 2016
1 parent 74a9756 commit 7892edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/linear_model/coordinate_descent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ class MultiTaskElasticNet(Lasso):
i.e. the sum of norm of each row.
Read more in the :ref:`User Guide <multi_task_lasso>`.
Read more in the :ref:`User Guide <multi_task_elastic_net>`.
Parameters
----------
Expand Down

0 comments on commit 7892edd

Please sign in to comment.