Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 290 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 290 Bytes

Week10_Lec

Week 10 KNN:

  • knn.py, knn_main.py, util.py, sample.py

sort-dict.py is to illustrate the solution getting the most popular voted labels in KNN.

Week 10 regression:

  • regression.py, regression_helper.py

As always, replace calls to *helper.f() with your one implementation.