2011/12/1 Dimitrios Pritsos <[email protected]>: > So, what should I do now? Update to the latest veriosion or install the > Debian package?
If you need really novel features, are suffering from recently-fixed bugs, or have a really old Debian installation, you might want to install the bleeding-edge version from GitHub. Otherwise, just pick what's easiest for you. > 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? No, we just renamed scikits.learn to sklearn to speed up importing. -- Lars Buitinck Scientific programmer, ILPS University of Amsterdam ------------------------------------------------------------------------------ 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
