yngvem / group-lasso

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

Fix mismatch between attribute and __init__ signature #28

Closed sroet closed 3 years ago

sroet commented 3 years ago

Closes #27. I ran into a similar issue as #27 (but then with sklearn.model_selection.cross_val_score). This solves that issue

yngvem commented 3 years ago

Thanks a lot!