We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GroupLasso
1 parent 7054fd0 commit 472c2a3Copy full SHA for 472c2a3
skglm/estimators.py
@@ -1547,11 +1547,10 @@ class GroupLasso(LinearModel, RegressorMixin):
1547
The optimization objective for GroupLasso is:
1548
1549
.. math::
1550
- 1 / (2 xx n_"samples") \sum_g ||y - X_{[g]} w_{[g]}||_2 ^ 2 + alpha \sum_g
+ 1 / (2 xx n_"samples") ||y - X w||_2 ^ 2 + alpha \sum_g
1551
weights_g ||w_{[g]}||_2
1552
1553
- with :math:`w_{[g]}` (respectively :math:`X_{[g]}`) being the coefficients
1554
- (respectively the columns) of the g-th group.
+ with :math:`w_{[g]}` the coefficients of the g-th group.
1555
1556
Parameters
1557
----------
0 commit comments