[Scikit-learn-general] Distance Metrics for BallTree

2012-01-06 Thread Jacob VanderPlas
Hi all, Just a quick note: I opened a new repository https://github.com/jakevdp/pyDistances where I'm working on distance functions which can be incorporated into BallTree (this is expanded from the gist I sent around earlier). Feel free to take a look. Some of it necessarily overlaps with pa

Re: [Scikit-learn-general] Development doc not being updated

2012-01-06 Thread Olivier Grisel
2012/1/6 Fabian Pedregosa : > On Fri, Jan 6, 2012 at 5:59 PM, Olivier Grisel > wrote: >> 2012/1/6 Vlad Niculae : >>> >>> On Jan 6, 2012, at 17:39 , Olivier Grisel wrote: >>> 2012/1/6 Vlad Niculae : > Hello all, especially Fabian. > > I've noticed that the new examples still don't

Re: [Scikit-learn-general] Development doc not being updated

2012-01-06 Thread Fabian Pedregosa
On Fri, Jan 6, 2012 at 5:59 PM, Olivier Grisel wrote: > 2012/1/6 Vlad Niculae : >> >> On Jan 6, 2012, at 17:39 , Olivier Grisel wrote: >> >>> 2012/1/6 Vlad Niculae : Hello all, especially Fabian. I've noticed that the new examples still don't show up in scikit-learn.org/dev/,

Re: [Scikit-learn-general] Verbose joblib output

2012-01-06 Thread Gael Varoquaux
On Fri, Jan 06, 2012 at 06:36:33PM +0200, Vlad Niculae wrote: > [Parallel(n_jobs=4)]: Done 1 out of 10 |elapsed:0.2s remaining: > 1.4s > I think at least "Done job x of y" should be printed, I don't see why it > should be more difficult in the no-multiprocessing case. :). It's funny,

Re: [Scikit-learn-general] Development doc not being updated

2012-01-06 Thread Olivier Grisel
2012/1/6 Vlad Niculae : > > On Jan 6, 2012, at 17:39 , Olivier Grisel wrote: > >> 2012/1/6 Vlad Niculae : >>> Hello all, especially Fabian. >>> >>> I've noticed that the new examples still don't show up in >>> scikit-learn.org/dev/, in particular the multi-label one that I'd like to >>> show off.

[Scikit-learn-general] Verbose joblib output

2012-01-06 Thread Vlad Niculae
Hello everybody, This is something that has been bugging me for a while. I am not exactly sure what entity is printing these messages (I assume joblib) but when doing a verbose CV with n_jobs=1, the progress report looks something like: [Parallel(n_jobs=1)]: Done job 20 | elapsed: 28.3s wher

Re: [Scikit-learn-general] Development doc not being updated

2012-01-06 Thread Vlad Niculae
On Jan 6, 2012, at 17:39 , Olivier Grisel wrote: > 2012/1/6 Vlad Niculae : >> Hello all, especially Fabian. >> >> I've noticed that the new examples still don't show up in >> scikit-learn.org/dev/, in particular the multi-label one that I'd like to >> show off. Can somebody address this? >> >

Re: [Scikit-learn-general] Development doc not being updated

2012-01-06 Thread Andreas
On 01/06/2012 04:39 PM, Olivier Grisel wrote: > 2012/1/6 Vlad Niculae: > >> Hello all, especially Fabian. >> >> I've noticed that the new examples still don't show up in >> scikit-learn.org/dev/, in particular the multi-label one that I'd like to >> show off. Can somebody address this? >> >>

Re: [Scikit-learn-general] Development doc not being updated

2012-01-06 Thread Olivier Grisel
2012/1/6 Vlad Niculae : > Hello all, especially Fabian. > > I've noticed that the new examples still don't show up in > scikit-learn.org/dev/, in particular the multi-label one that I'd like to > show off. Can somebody address this? > > Sorry if this should be discussed somewhere else. I think w

[Scikit-learn-general] Development doc not being updated

2012-01-06 Thread Vlad Niculae
Hello all, especially Fabian. I've noticed that the new examples still don't show up in scikit-learn.org/dev/, in particular the multi-label one that I'd like to show off. Can somebody address this? Sorry if this should be discussed somewhere else. Best, Vlad --

Re: [Scikit-learn-general] sklearn.test() weirdness

2012-01-06 Thread Gael Varoquaux
On Fri, Jan 06, 2012 at 12:45:31PM +0200, Vlad Niculae wrote: > I had a feeling this was the problem. I remember I had to hack a bit > inside the nosetest files and I made it work: I was able to run > nosetests on my windows system. Should I dig up my old box and try to > find what I did? Actually

Re: [Scikit-learn-general] sklearn.test() weirdness

2012-01-06 Thread Olivier Grisel
2012/1/6 Vlad Niculae : > > On Jan 6, 2012, at 11:02 , Fabian Pedregosa wrote: > >>> >>> Hi Fabian >>> Could you please be more specific regarding this point, since as a former >>> Windows user, I find that I don't know what you mean. >> >> On windows, nosetest fails for the joblib tests if you ha

Re: [Scikit-learn-general] sklearn.test() weirdness

2012-01-06 Thread Vlad Niculae
On Jan 6, 2012, at 11:02 , Fabian Pedregosa wrote: >> >> Hi Fabian >> Could you please be more specific regarding this point, since as a former >> Windows user, I find that I don't know what you mean. > > On windows, nosetest fails for the joblib tests if you have multiple > cores, thus sklear

Re: [Scikit-learn-general] sklearn.test() weirdness

2012-01-06 Thread Fabian Pedregosa
On Fri, Jan 6, 2012 at 2:38 AM, Vlad Niculae wrote: > > On Jan 5, 2012, at 23:45 , Fabian Pedregosa wrote: > >> and that was >> quite convenient for testing on systems on which nosetest fails >> (windows). > > Hi Fabian > Could you please be more specific regarding this point, since as a former >