Re: [Scikit-learn-general] Question about useage of svm

2011-12-14 Thread traveller3141
Thanks :) On Wed, Dec 14, 2011 at 10:09 PM, xinfan meng wrote: > > > http://scikit-learn.sourceforge.net/dev/modules/generated/sklearn.svm.SVC.html#sklearn.svm.SVC > > This should answer your question, I think. > On Thu, Dec 15, 2011 at 11:02 AM, traveller3141 > wrote: > >> I'm trying to use th

Re: [Scikit-learn-general] Question about useage of svm

2011-12-14 Thread xinfan meng
http://scikit-learn.sourceforge.net/dev/modules/generated/sklearn.svm.SVC.html#sklearn.svm.SVC This should answer your question, I think. On Thu, Dec 15, 2011 at 11:02 AM, traveller3141 wrote: > I'm trying to use the svm class with scikits, but am having trouble following > the documentation. In

[Scikit-learn-general] Question about useage of svm

2011-12-14 Thread traveller3141
I'm trying to use the svm class with scikits, but am having trouble following the documentation. In section 2.9.2.2.1, the following example is given for learning an SVM with a linear kernel for classifying Irises: >>> from scikits.learn import svm>>> svc = svm.SVC(kernel='linear')>>> >>> svc.f

Re: [Scikit-learn-general] Fwd: Build failed in Jenkins: python2.6-numpy1.3.0-scipy-0.7.2 #5

2011-12-14 Thread Olivier Grisel
2011/12/11 Lars Buitinck : > 2011/12/11 Olivier Grisel : >> What people would like to do? Jenkins only sends email when the build >> on master is broken which is very rare. I can also send them to >> scikit-learn-commits if you prefer. > > +1 Done but I don't have the admin rights to add ad...@shi

Re: [Scikit-learn-general] Combining classifiers?

2011-12-14 Thread Lars Buitinck
2011/12/14 Joel Schaerer : > Moving to the point: the features I'm going to use are a mixture of text > (link title, description, content I can scrape on the page the link > points to) and other things (numerical number of "upvotes" and > "downvotes", link author, domain the link points to, subredd

[Scikit-learn-general] Combining classifiers?

2011-12-14 Thread Joel Schaerer
Hi scikit-learn guys, First I'd like to thank you for providing such a great toolkit for ML in python! I'm trying to make a personalized recommendation system for reddit, which is basically a large forum. My recommender will work on an individual basis, so there is nothing "collaborative" about i