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
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
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
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
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
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