glm-tools / pyglmnet

Python implementation of elastic-net regularized generalized linear models
http://glm-tools.github.io/pyglmnet/
MIT License
279 stars 83 forks source link

different beta1 for grouped variables in group lasso #309

Closed Hancminnah closed 5 years ago

Hancminnah commented 5 years ago

Hi,

In the case of group lasso, why are the beta1s not equal for grouped variables? I understand that in gglasso for R, their beta1s are the same for grouped variables.