Re: [Scikit-learn-general] pdf manual

2013-08-31 Thread Robert Layton
What exactly is involved here? I tried make pdf, but with no luck. Also, do the PDF docs get downloaded at all? If the rate is very low, it may be worth dropping the concept altogether. On 29 August 2013 00:34, Andreas Mueller wrote: > On 08/28/2013 04:24 PM, Olivier Grisel wrote: > > 2013/8/28

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

2013-08-31 Thread Will Buckner
Hey Lars, So, my model built successfully last night with your new code, thanks! I'll see if I can build larger models as well this week and put memory usage to the test a bit, but this is a *massive* improvement. Our Scientist is making sure the output is sane, but I'm assuming you already did ba

[Scikit-learn-general] grouping samples

2013-08-31 Thread Hector
Hey guys, I guess in the end this is a question about methodology and I could write my own functions for sampling and evaluation, but I'm wondering if this problem has already been solved in scikit-learn. I have a dataset where I would like to group samples for cross-validation and evaluation becau

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

2013-08-31 Thread Yaroslav Halchenko
ok -- I am "closing" this issue since it seems to be only about some bug in the past and the latest sklearn release is all good with the joblib provided from independent package. Please reopen happen my conclusion is wrong but please provide details. On Sat, 31 Aug 2013, Gael Varoquaux wrote: > >

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

2013-08-31 Thread Gael Varoquaux
- Original message - > Maybe Gael remembers? I don't remember which version it was, but I remember that what was broken was the persisting of downloads by one of the dataset grabbers. G -- Learn the latest--Vis

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

2013-08-31 Thread Andreas Mueller
On 08/31/2013 02:38 PM, Yaroslav Halchenko wrote: > On Sat, 31 Aug 2013, Andreas Mueller wrote: >>> Some of the external packages are Python packages, under >>> sklearn/externals. These are: joblib and six. While I understand why C >>> packages are bundled, I cannot see the benefit of having bundle

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

2013-08-31 Thread Yaroslav Halchenko
On Sat, 31 Aug 2013, Andreas Mueller wrote: > > Some of the external packages are Python packages, under > > sklearn/externals. These are: joblib and six. While I understand why C > > packages are bundled, I cannot see the benefit of having bundled > > python packages, instead of listing them a

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

2013-08-31 Thread Andreas Mueller
On 08/31/2013 01:06 AM, Sergio Pascual wrote: > 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 commente