-
Decision Tree (
decision_tree.py) -
K nearest neighbours (
knn.py) -
Logistic Regression optimized via Gradient Descent (
logistic_regression_GD.py)
Run python3 on any of the files
decision_tree.pyknn.pylogistic_regression_GD.py
- numpy, pandas, sklearn
Anson Wong

