yngvem / group-lasso

Group Lasso implementation following the scikit-learn API
MIT License
105 stars 32 forks source link

BUG: Major bug in two-class logistic regression [Fixed] #11

Closed yngvem closed 4 years ago

yngvem commented 4 years ago

In v.1.3.0, a severe bug was introduced that made logistic regression not work for two-class problems. This is now fixed in v1.3.1, but the code needs to be tidied up somewhat.

yngvem commented 4 years ago

@