scikit-learn/examples/svm
Fabian Pedregosa 2fc4c96a90 Revert "Remove hardcoded n_jobs from examples."
This reverts commit 6887195563.
2011-07-30 07:49:56 +02:00
..
README.txt Some love for the rst docs. 2010-08-30 14:26:28 +02:00
plot_custom_kernel.py trailing spaces holocaust 2010-11-06 15:42:55 +01:00
plot_iris.py Turn off axis in plot_iris. 2011-02-02 06:41:44 +01:00
plot_oneclass.py Rename predict_margin --> decision_function. 2010-11-19 14:10:01 +01:00
plot_separating_hyperplane.py PEP8 fixes. 2011-02-03 18:36:57 +01:00
plot_separating_hyperplane_unbalanced.py ENH: better doc and tests for unbalanced svm's 2011-03-31 12:01:57 +02:00
plot_svm_anova.py Revert "Remove hardcoded n_jobs from examples." 2011-07-30 07:49:56 +02:00
plot_svm_nonlinear.py ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example) 2010-11-02 11:38:06 +01:00
plot_svm_regression.py ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example) 2010-11-02 11:38:06 +01:00
plot_weighted_samples.py Merge branch 'neighbor_barycenter' 2010-12-02 15:23:21 -05:00

README.txt

.. _svm_examples:

Support Vector Machines
-----------------------

Examples concerning the `scikits.learn.svm` package.