nemos.regularizer.GroupLasso.get_proximal_operator#
- GroupLasso.get_proximal_operator()[source]#
Retrieve the proximal operator for Group Lasso regularization.
- Return type:
Callable
[[Any
,float
,float
],Tuple
[Array
,Array
]]- Returns:
The proximal operator, applying Group Lasso regularization to the provided parameters. The intercept term is not regularized.