- Python 2.7
- numpy
- scipy
- scikit-learn
Install using pip install scikit-learn
In order to run the classifer, simply use $ python classify.py
Running classify.py will display results for optimized decision tree. Within the file, you can uncomment other classifiers to test their performance as well.