Set-up:
git clone https://github.com/marcodlk/support_vector_machines
cd support_vector_machines/
Produce animations for SVC linear, poly, and rbf kernels using iris dataset:
python3 iris_svc_study.py
Animations are saved to animations folder.
8000