2011/12/1 Dimitrios Pritsos <[email protected]>:
>
> Hello all,
>
> I would like to run some OC-SVM tests on a Automated Genre

I don't know what OC-SVM stands for.

> Identification problem (i.e. webpages genres) and I ve already installed
> the git version few months ago.
>
> So, what should I do now? Update to the latest veriosion or install the
> Debian package?
>
> The version I ve already installed few months ago is imported like this:
>
> import scikits.learn.svm
>
> However in the examples I ve just seen in the Documentation it is
> imported like this:
>
> import sklearn.svm
>
> Is this indicating any major changes related to SVM API or interfacing
> to libsvm?

All API changes between version are documented here:

  http://scikit-learn.org/stable/whats_new.html

I don't think the SVM bindings changed much in the previous versions
(besides the package renaming). The current master has more changes in
the hyper-parameter handling and default values + a memory leak fix.
The development changelog is available at:

    http://scikit-learn.org/dev/whats_new.html

-- 
Olivier
http://twitter.com/ogrisel - http://github.com/ogrisel

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to