Predicts classes of new data from old data by drawing a boundary between two classes whereas the margin around the bondary is made as large as possible to avoid touching the points
Python
Adjust to the fields you want to use in the prediction.
Specify the field to predict on
If set to True, fields_to_use will be ignored and instead all numeric data fields used
sys, numpy, sklearn