-
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.py
knn.py
logistic_regression_GD.py
- numpy, pandas, sklearn
Anson Wong