We will use Graphviz to visualize decision trees.
On a Mac, install it via Homebrew:
brew install graphviz
datascience_env.yaml - The enviroment required to run all notebooks. To use run the conda create e.g.:
conda create --name datascience --file datascience_env.yaml
StartHere.ipynb - The notebook that provides an overview for all other notebooks
PS_201881125910_1533153550143_log.txt.gz - Data file Notebooks:
- Logistic+Regression.ipynb
- Neural+Network.ipynb
- Random+Forest.ipynb
- Tree+Classifier.ipynb