Re: [Scikit-learn-general] Need for Speed liftoff: Linear Regression models

2012-05-12 Thread Vlad Niculae
On May 11, 2012, at 11:28 , Olivier Grisel wrote: > 2012/5/11 Vlad Niculae : >> A significant part of this project will consist of the benchmark suite >> itself, that will need to be run by the CI we will deploy. >> >> The question is where to host the benchmark suite. Should I create a new >>

Re: [Scikit-learn-general] question about sci kit

2012-05-12 Thread Bilal Allawala
HI I updated to using the label binarizer, but i'm not sure where to go from there. I am still only getting one category per text Below is my update code y_train = ('New York','London') train_set = ("new york nyc big apple", "london uk great britain") vocab = {'new york' :0,'nyc':1,'big apple':2