Alejandro Catalina
Alejandro Catalina
Okay thanks. Is there any difference in terms of performance between FISTA and coordinate descent? In the implementation, I mean, I see that coordinate descent is implemented using Cython while...
Okay great. I've implemented FISTA but I would like to give a shot to coordinate descent. I'll pr when I get home. Thank you for your time. > On 14...
I have a generic question: how do you indicate the groups to the classifier? I've been playing with this and I've implemented the Sparse Group Lasso but now that I...
Yes that's what I thought. That would make the class useful for regression wouldn't it? Right now there isn't a proper group lasso for regression, if I didn't misunderstood you....
Is there a plan to include it? I am playing with it but I'm afraid I may implement it in a non-optimal way, which would hurt performance on large scale...
Is there any update on bringing ML support to Sparkling? I'd love to switch Python for Clojure as my daily working environment! Keep the good work!
Aside from the diagnostics `fit_s$gam` would provide I'm not sure how much we could inject it. I would suspect we can indeed run some diagnostics on top. For `GAM` I'd...