Support Vector Machines in Python, From Start to Finish
148 ratings

4,899 already enrolled
Import data into, and manipulating a pandas dataframe
Format the data for a support vector machine, including One-Hot Encoding and missing data.
Optimize parameters for the radial basis function and classification
Build, evaluate, draw and interpret a support vector machine