This is documentation for an old release of Scikit-learn (version 1.1). Try the latest stable release (version 1.6) or development (unstable) versions.
Support Vector Machines¶
Examples concerning the sklearn.svm
module.

Plot different SVM classifiers in the iris dataset
Plot different SVM classifiers in the iris dataset

Support Vector Regression (SVR) using linear and non-linear kernels
Support Vector Regression (SVR) using linear and non-linear kernels