[Scikit-learn-general] Fedora packaging: purpose of sklearn/externals

2013-08-30 Thread Sergio Pascual
Hello, miy name is Sergio Pascual and I'm the currrent maintainer of the scikit-learn package in Fedora. I'm in the process of updating the current package from 0.13 to 0.14. There are some issues with bundled libraries, some already commented in this list. Some of the external packages are Pytho

Re: [Scikit-learn-general] Files at sourceforge

2013-08-30 Thread Tadej Janež
On Fri, 2013-08-30 at 11:52 +0200, Gael Varoquaux wrote: > > We'd all like to move away from SF. There is just work to do for this, > and so far nobody has been able to free time. No problem, I understand. I just shared this as I didn't know if you were already convinced or not. Best regards, T

Re: [Scikit-learn-general] Files at sourceforge

2013-08-30 Thread Gael Varoquaux
On Thu, Aug 29, 2013 at 06:02:47PM +0200, Tadej Janež wrote: > Another very convincing argument why we want to move away from SF is the > behavior of their new owner: We'd all like to move away from SF. There is just work to do for this, and so far nobody has been able to free time. G --

Re: [Scikit-learn-general] A Few Questions About decomposition.nmf

2013-08-30 Thread Will Buckner
Thanks so much for spending some time on this. I'll give it a try first thing tomorrow and report back. Thanks Lars! -Will On Fri, Aug 30, 2013 at 1:32 AM, Lars Buitinck wrote: > 2013/8/30 Will Buckner : > > Damn, hmm. This just seems so so heavy to calculate reconstruction_err, > > which isn'

Re: [Scikit-learn-general] A Few Questions About decomposition.nmf

2013-08-30 Thread Lars Buitinck
2013/8/30 Will Buckner : > Damn, hmm. This just seems so so heavy to calculate reconstruction_err, > which isn't even used inside the algorithm. I don't even use it in the > pipeline. My current best idea is just to subclass ProjectedGradientNMF() > and overload fit_transform(), not computing recon