Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 351 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 351 Bytes

See knn_fast.py and logistic_regression.py for current model structure.

Install packages in requirements.txt to build the model with the correct version:

  • pip install -r requirements.txt

TODO

  • Make scripts terminal based so that results are easily replicable.
  • Write a proper readme with use instructions once the previous tasks are complete.