Re: [Scikit-learn-general] dev website rebuild

2013-10-07 Thread Jaques Grobler
+10 too! 2013/10/8 Andreas Mueller > On 10/07/2013 12:50 PM, Gael Varoquaux wrote: > > On Tue, Sep 03, 2013 at 05:03:15PM +0200, Fabian Pedregosa wrote: > >> The docs are now written to $previous_path + /stable/, and this > broke my > >> upload script. I've updated my script and it shou

Re: [Scikit-learn-general] recommendation systems

2013-10-07 Thread Gael Varoquaux
On Tue, Oct 08, 2013 at 07:47:40AM +0200, Gilles Louppe wrote: > Unfortunately, algorithms for recommender systems are not planned in > scikit-learn in the short or mid-term.  Indeed in the short term, but are we sure that we want to close the door to contributions implementing standard approaches

Re: [Scikit-learn-general] recommendation systems

2013-10-07 Thread Gilles Louppe
Hi Robert, Unfortunately, algorithms for recommender systems are not planned in scikit-learn in the short or mid-term. I would advise you to look at other libraries that are specifically targeting that problem. In particular, GraphLab (http://graphlab.org/) is among the best libraries for recomme

Re: [Scikit-learn-general] dev website rebuild

2013-10-07 Thread Andreas Mueller
On 10/07/2013 12:50 PM, Gael Varoquaux wrote: > On Tue, Sep 03, 2013 at 05:03:15PM +0200, Fabian Pedregosa wrote: >> The docs are now written to $previous_path + /stable/, and this broke my >> upload script. I've updated my script and it should be fixed now. > Thanks heaps Fabian. It would

Re: [Scikit-learn-general] dev website rebuild

2013-10-07 Thread Gael Varoquaux
On Tue, Sep 03, 2013 at 05:03:15PM +0200, Fabian Pedregosa wrote: >The docs are now written to $previous_path + /stable/, and this broke my >upload script. I've updated my script and it should be fixed now. Thanks heaps Fabian. It would be useful to see with Olivier and Jaques how to move

[Scikit-learn-general] recommendation systems

2013-10-07 Thread Robert G
Hi, Are you planning to support Item recommendation or collaborative filtering code for generating rankings? I'm working on collaborative filtering algorithms that I think many would find useful (MyMediaLite supports them) but I don't see a section for recommender algorithms in sci-kit. Che

[Scikit-learn-general] linear_model.SGDClassifier(): ValueError: ndarray is not C-contiguous when calling partial_fit()

2013-10-07 Thread Tom Kenter
Dear all, I am trying to run a linear_model.SGDClassifier() and have it update after every example it classifies. My code works for a small feature file (10 features), but when I give it a bigger feature file (some 8 features, but very sparse) it keeps giving me errors straight away, the first

Re: [Scikit-learn-general] scikit + Hadoop streaming

2013-10-07 Thread Josh Wasserstein
Could Anaconda: https://store.continuum.io/cshop/anaconda/ be useful here? I have been using it at home & work, and It does not need root access. Josh On Mon, Oct 7, 2013 at 3:34 AM, Olivier Grisel wrote: > 2013/10/5 ML Fan : > > Hi, > > > > Do we know what's the best way to run scikit learn b

Re: [Scikit-learn-general] scikit + Hadoop streaming

2013-10-07 Thread Olivier Grisel
2013/10/5 ML Fan : > Hi, > > Do we know what's the best way to run scikit learn based code over hadoop > streaming? > Note that I don't have sudo access to the cluster and so only can install > packages on my local directories. > > I tried this: > http://stackoverflow.com/questions/6811549/how-can-