Scikit-learn Linear SVN

From ESS-WIKI
Jump to: navigation, search

Linear Support Vector Machine(Linear SVM) is a linear separable algorithm

Here is a sample code to demo the skckit-learn linear SVM algorithm.

Input: 150 flower data with 2 features (petal length and width).
Output: 3 class

Linear SVM 20160906.png