8000 DOC fix MultiTaskElasticNet doc (#8442) · scikit-learn/scikit-learn@159da2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 159da2a

Browse files
tzanojnothman
authored andcommitted
DOC fix MultiTaskElasticNet doc (#8442)
1 parent 2cd1220 commit 159da2a

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
@@ -1658,7 +1658,7 @@ def __init__(self, alpha=1.0, l1_ratio=0.5, fit_intercept=True,
16581658
self.selection = selection
16591659

16601660
def fit(self, X, y):
1661-
"""Fit MultiTaskLasso model with coordinate descent
1661+
"""Fit MultiTaskElasticNet model with coordinate descent
16621662
16631663
Parameters
16641664
-----------

0 commit comments

Comments
 (0)
0