- Install Python
- If you use linux: check section below, then proceed with step 2
- If you use Windows/Mac;
Download Miniconda (Python 3.7, 64bit)
.exe Installer for Windows (Check "Add Anaconda to my PATH environment variable")
.pkg Installer for Mac
.sh Installer for Linux
https://docs.conda.io/en/latest/miniconda.html
- Open a terminal & install Jupyter Notebook & required libraries
conda install jupyter
conda install scikit-learn
conda install pandas
conda install matplotlib
- Clone github repo and start jupyter notebook
git clone https://github.com/nkaenzig/ml-workshop.git
cd ml-workshop
jupyter notebook