tdhd / data-science-retreat-svm

Data Science Retreat - SVM course material

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Science Retreat - Support Vector Machines

This is the course repository and contains all of the exercises with sample solutions.

Installation

# install miniconda3
# ...

git clone https://github.com/tdhd/data-science-retreat-svm.git
cd data-science-retreat-svm
conda env create -f env.yml
source activate svm

Exercises

Misc

About

Data Science Retreat - SVM course material

License:MIT License


Languages

Language:Jupyter Notebook 98.5%Language:Python 1.5%