In-class activity 7: Support vector machines

Get the code an directions from

~tvandrun/Public/cs394/ica7-svm

Start a Jupyter notebook with

jupyter notebook --ip=127.0.0.1 &

Select lab7-svn.ipynb.

The most important documentation for today is the API for sklearn's SVM classes, but here are links to the other libraries, as needed:

Numpy home and reference

SciPy home and reference

Matplotlib home and API

Pandas home and API

Scikit-learn home and API


Thomas VanDrunen
Last modified: Mon Feb 11 11:06:29 CST 2019