Skip to content

Commit 1d75bb2

Browse files
Add changelog entry for ElasticNet support in SparseLogisticRegression
1 parent 223fd80 commit 1d75bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/changes/0.4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Version 0.4 (in progress)
66
- Add support and tutorial for positive coefficients to :ref:`Group Lasso Penalty <skglm.penalties.WeightedGroupL2>` (PR: :gh:`221`)
77
- Check compatibility with datafit and penalty in solver (PR :gh:`137`)
88
- Add support to weight samples in the quadratic datafit :ref:`Weighted Quadratic Datafit <skglm.datafit.WeightedQuadratic>` (PR: :gh:`258`)
9-
9+
- Add support for ElasticNet regularization (`penalty="l1_plus_l2"`) to :ref:`SparseLogisticRegression <skglm.SparseLogisticRegression>` (PR: :gh:`244`)
1010

1111
Version 0.3.1 (2023/12/21)
1212
--------------------------

0 commit comments

Comments
 (0)