AnchorBlues / GroupLasso

Group Lasso package for Python.
BSD 2-Clause "Simplified" License
15 stars 8 forks source link

may you help understand what to do if I do not know how many groups there in data? #2

Open Sandy4321 opened 5 years ago

Sandy4321 commented 5 years ago

may you help understand what to do if I do not know how many groups there in data?

AnchorBlues commented 5 days ago

@Sandy4321 Thank you for your question about handling unknown group structures in group lasso. This is a common challenge when applying group lasso to real-world datasets. Here are a few approaches you can consider:

You can implement these approaches using the existing functions in our library combined with other Python data analysis tools.