scikit-learn-contrib / skglm

Fast and modular sklearn replacement for generalized linear models
http://contrib.scikit-learn.org/skglm
BSD 3-Clause "New" or "Revised" License
143 stars 29 forks source link

DOC - Add tutorial for Group Estimators #263

Open Badr-MOUFAD opened 4 weeks ago

Badr-MOUFAD commented 4 weeks ago

Description of the feature

Now that Group-lasso package is pointing towards skglm, having a starter example that exposes the capabilities of skglm in dealing with Group-structure problems will be very handy for the practitioners.

Additional context

See https://github.com/yngvem/group-lasso/pull/40

mathurinm commented 4 weeks ago

We have it here ! https://contrib.scikit-learn.org/skglm/auto_examples/plot_group_logistic_regression.html#sphx-glr-auto-examples-plot-group-logistic-regression-py

Feel free to improve the example

yngvem commented 4 weeks ago

I must have missed that completely when I looked at the docs, amazing! I'll merge the PR on the group-lasso repo then :)