You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple implementation of a (linear) Support Vector Machine model in python. The classifier is an object of the SVC class which was imported from sklearn.svm library.
the linear kernel type was choosen since this was a linear SVM classifier model.
About
A simple implementation of support vector machine classifier in python.