Re: [Scikit-learn-general] adding SPGL1 to scikit-learn

2015-03-21 Thread Gael Varoquaux
Hi, Thanks for the offer. Do you have benchmarks comparing the SPGL1 solver to scikit-learn's? Do you know which class of algorithm the SPGL1 solver uses? Cheers, Gaƫl On Sat, Mar 21, 2015 at 09:49:01AM -0700, David Relyea wrote: > Hi all, > I recently ported the Matlab version of SPGL1 to p

Re: [Scikit-learn-general] adding SPGL1 to scikit-learn

2015-03-21 Thread David Relyea
Hi all, I recently ported the Matlab version of SPGL1 to python. SPGL1 is an extremely fast L1 solver (compressive sensing) that is fantastic with very large datasets and also handles complex numbers naturally. It has previously only been available in Matlab. I'm a capable programmer and can refa