Re: [Scikit-learn-general] reproducing test failures

2012-05-09 Thread Vlad Niculae
I can confirm that that exact same test halted for me once too. I thought it was my old Windows PC that overheated. Sorry for not mentioning it. Vlad On May 9, 2012, at 04:11 , Yaroslav Halchenko wrote: On Wed, 09 May 2012, Olivier Grisel wrote: so if it fails for some specific seed, I

Re: [Scikit-learn-general] reproducing test failures

2012-05-09 Thread Andreas Mueller
On 05/08/2012 11:03 PM, Tiziano Zito wrote: is there a point where generic numpy.random gets explicitly seeded upon sklearn import? No, and I don't think that this is desirable: it would be a weird side effect of importing the scikit. It might be interesting to seed the global RNG in the

Re: [Scikit-learn-general] Announce: scikit-learn v0.11

2012-05-09 Thread Alexandre Gramfort
That is an excellent post, Gael, thank you especially for the writeup of the Granada sprint (and for the cool pictures!) Indeed! Thank's a lot! The picture take me back :) Hope to have another sprint soon! euroscipy in Brussels? Alex

Re: [Scikit-learn-general] reproducing test failures

2012-05-09 Thread Tiziano Zito
a bit off-topic, but tests ... but @seed'ing every test is somewhat a burden (probably a wise solution would be to come with with a nose plugin or smth to seed RNG before running every test) I am surprised nose does not offer that. py.test has it built-in, you just need to define globally the

Re: [Scikit-learn-general] Announce: scikit-learn v0.11

2012-05-09 Thread Mathieu Blondel
On Wed, May 9, 2012 at 4:58 PM, Andreas Mueller amuel...@ais.uni-bonn.dewrote: Indeed! Thank's a lot! The picture take me back :) Hope to have another sprint soon! Those are good memories. Thanks for uploading the pictures! Mathieu

Re: [Scikit-learn-general] Announce: scikit-learn v0.11

2012-05-09 Thread Gael Varoquaux
On Wed, May 09, 2012 at 05:07:05PM +0900, Mathieu Blondel wrote: On Wed, May 9, 2012 at 4:58 PM, Andreas Mueller [1]amuel...@ais.uni-bonn.de wrote: Indeed! Thank's a lot! The picture take me back :) Hope to have another sprint soon! Agreed. I seem to remember that Euroscipy

Re: [Scikit-learn-general] Announce: scikit-learn v0.11

2012-05-09 Thread Andreas Mueller
Am 09.05.2012 11:19, schrieb Gael Varoquaux: On Wed, May 09, 2012 at 05:07:05PM +0900, Mathieu Blondel wrote: On Wed, May 9, 2012 at 4:58 PM, Andreas Mueller [1]amuel...@ais.uni-bonn.de wrote: Indeed! Thank's a lot! The picture take me back :) Hope to have another sprint

Re: [Scikit-learn-general] Announce: scikit-learn v0.11

2012-05-09 Thread Lars Buitinck
2012/5/8 Andreas Mueller amuel...@ais.uni-bonn.de: I am happy to announce the 0.11 release of scikit-learn. Great work, and it's nice to know that we're now officially one minor version ahead of SciPy ;) Andy, one more thing: could you push a tag with the release version to the commit that the

Re: [Scikit-learn-general] Announce: scikit-learn v0.11

2012-05-09 Thread Andreas Mueller
Am 09.05.2012 12:30, schrieb Lars Buitinck: 2012/5/8 Andreas Muelleramuel...@ais.uni-bonn.de: I am happy to announce the 0.11 release of scikit-learn. Great work, and it's nice to know that we're now officially one minor version ahead of SciPy ;) Andy, one more thing: could you push a tag

Re: [Scikit-learn-general] iPython integration?

2012-05-09 Thread Olivier Grisel
2012/5/9 Darren Govoni dar...@ontrenet.com: On Wed, 2012-05-09 at 01:45 +0200, Olivier Grisel wrote: 2012/5/8 Darren Govoni dar...@ontrenet.com: Still assessing the best models/algorithms to use, but primarily unsupervised learning ones. The models will come from 100's of millions of data

Re: [Scikit-learn-general] Announce: scikit-learn v0.11

2012-05-09 Thread Lars Buitinck
2012/5/9 Andreas Mueller amuel...@ais.uni-bonn.de: I thought I did that and there is a .tar.gz on the github tags page: https://github.com/scikit-learn/scikit-learn/tags You might need to pull using --tags to see it on your repo. My bad, I didn't pull it correctly. Sorry! -- Lars Buitinck

Re: [Scikit-learn-general] iPython integration?

2012-05-09 Thread Darren Govoni
Olivier, Very useful. Thank you for the detailed suggestions! Darren brbrbr--- Original Message --- On 5/9/2012 05:38 AM Olivier Grisel wrote:br2012/5/9 Darren Govoni dar...@ontrenet.com: br On Wed, 2012-05-09 at 01:45 +0200, Olivier Grisel wrote: br 2012/5/8 Darren Govoni

Re: [Scikit-learn-general] iPython integration?

2012-05-09 Thread Olivier Grisel
2012/5/9 Olivier Grisel olivier.gri...@ensta.org: In scikit-learn there are some model that should scale OK-ish with large number of samples (like SGD-based classification and regression models and minibatch kmeans (with random init). In both case you will need. Those models are by now way

Re: [Scikit-learn-general] Announce: scikit-learn v0.11

2012-05-09 Thread Yaroslav Halchenko
With a slight delay -- Debian packages for 0.11 have been uploaded to Debian sid and NeuroDebian for all recent Debian/Ubuntu releases. Enjoy On Tue, 08 May 2012, Andreas Mueller wrote: Dear all, I am happy to announce the 0.11 release of scikit-learn. -- Yaroslav O. Halchenko

Re: [Scikit-learn-general] Announce: scikit-learn v0.11

2012-05-09 Thread Olivier Grisel
2012/5/9 Yaroslav Halchenko s...@onerussian.com: With a slight delay -- Debian packages for 0.11 have been uploaded to Debian sid and NeuroDebian for all recent Debian/Ubuntu releases. Thanks! -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel

[Scikit-learn-general] Hi, I would like to start contributing to scikit learn.

2012-05-09 Thread Thomas Dziedzic
My name is Thomas Dziedzic, I mainly contribute as an archlinux dev, but I am seeking a new project to start contributing to and one project that I have grown to like over time is scikit-learn. I'm wondering if anyone has any suggestions/tips on how to get started. I'm initially looking for small