Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 311 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

7 lines (6 loc) · 311 Bytes

Homework evaluation rubric:

  • knn_regression function in knn.py (2pt)
  • knn_regression function in `knn.py uses exceptions for argument handling (1pt)
  • test_knn.py has a smoke test (1pt)
  • test_knn.py has two one shot tests (1pt)
  • test_knn.py has two edge tests (2pt)