Skip to content

Commit

Permalink
Update src/neurostatslib/solver.py
Browse files Browse the repository at this point in the history
Co-authored-by: William F. Broderick <billbrod@gmail.com>
  • Loading branch information
BalzaniEdoardo and billbrod authored Nov 1, 2023
1 parent dbdca86 commit 881d503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neurostatslib/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ class GroupLassoSolver(ProxGradientSolver):
Attributes
----------
mask : Union[jnp.ndarray, NDArray]
A mask array indicating groups of features for regularization.
A 2d mask array indicating groups of features for regularization.
Each row represents a group of features.
Each column corresponds to a feature, where a value of 1 indicates that the feature belongs
to the group, and a value of 0 indicates it doesn't.
Expand Down

0 comments on commit 881d503

Please sign in to comment.