skggm
skggm copied to clipboard
Fused and Group Graphical Lasso
Does the package support FGL and GGL? If it doesn't, how difficult to add them to the current API?
Hi @haluk
I believe we could add support for extending the QUIC solver to support GGL or the mixed l1/l1,p norm, if we added cython support for the functions found in QUIC-mixed.C. Here is the original paper proposing this solver.
For a comparison point take a look at the cython code for the QUIC algorithm in pyquic
PRs would be very welcome and would also solve the enhancement requested in #17