8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83a15b commit 8a9a882Copy full SHA for 8a9a882
sklearn/linear_model/_coordinate_descent.py
@@ -1276,9 +1276,7 @@ class Lasso(ElasticNet):
1276
reduces the variance of the estimates. Larger values specify stronger
1277
regularization. Alpha corresponds to `1 / (2C)` in other linear
1278
models such as :class:`~sklearn.linear_model.LogisticRegression` or
1279
- :class:`~sklearn.svm.LinearSVC`. If an array is passed, penalties are
1280
- assumed to be specific to the targets. Hence they must correspond in
1281
- number.
+ :class:`~sklearn.svm.LinearSVC`.
1282
1283
The precise stopping criteria based on `tol` are the following: First, check that
1284
that maximum coordinate update, i.e. :math:`\\max_j |w_j^{new} - w_j^{old}|`
0 commit comments