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

2012-05-07 Thread Robert Layton
Congratulations to all involved :) On 8 May 2012 09:08, Andreas Mueller wrote: > Dear all, > I am happy to announce the 0.11 release of scikit-learn. > > This release includes some major new features such as > randomized sparse models, gradient boosted regression > trees, label propagation and

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

2012-05-07 Thread Andreas Mueller
Dear all, I am happy to announce the 0.11 release of scikit-learn. This release includes some major new features such as randomized sparse models, gradient boosted regression trees, label propagation and many more. The release also has major improvements in the documentation and in stability. De

Re: [Scikit-learn-general] Release website

2012-05-07 Thread Gael Varoquaux
So far the only person who can do it is Fabian because the rights of the files on the sourceforge account are screwed up. We will do that after the release, as the final changelog needs to be out. I'll be back in front of a computer in an hour. Gael - Original message - > Hi everybody.

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

2012-05-07 Thread Darren Govoni
Good point. I'm no expert in the details of the algorithms per se, but I wonder how the Apache Mahout folks are doing it using map/reduce. Is there a data model in scikit that would be suitable for a map/reduce algorithm approach? I know ipython can do map/reduce rather easily. On Mon, 2012-05-07

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

2012-05-07 Thread Andreas Mueller
On 05/07/2012 08:31 PM, Darren Govoni wrote: > Thanks Andy. I'll look at it and perhaps try to complete it. I think > scikit and ipython are natural fit in this age of cloud computing. I think the main question is at which level you want to parallelize. In my experience it pays most to parallelize

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

2012-05-07 Thread Darren Govoni
Thanks Andy. I'll look at it and perhaps try to complete it. I think scikit and ipython are natural fit in this age of cloud computing. On Mon, 2012-05-07 at 19:37 +0200, Andreas Mueller wrote: > Hi Darren. > At the moment, there is built in parallel computation on a single box > using joblib. > I

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

2012-05-07 Thread Andreas Mueller
Hi Darren. At the moment, there is built in parallel computation on a single box using joblib. I once used sklearn on a cluster with ipyhon, by modifying joblib a bit. I haven't worked on that recently and it probably needs some polish to be useful. It is here: https://github.com/amueller/joblib/t

[Scikit-learn-general] iPython integration?

2012-05-07 Thread Darren Govoni
Hi, I just noticed scikit and it looks really powerful. Is there any support for distributed, parallel computation using iPython planned or supported? thanks, Darren -- Live Security Virtual Conference Exclusive live e

[Scikit-learn-general] Release website

2012-05-07 Thread Andreas Mueller
Hi everybody. I was wondering how to update the "stable" website. I think now (maybe a small windows testing comment) would be a good time to do so. Can I do that or does someone else have to do it? Cheers, Andy -- Live