Skip to content

NUCS349/hw2-knn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HW 2: k-Nearest Neighbors for CS 349 @ NU

IMPORTANT: PUT YOUR NETID IN THE FILE netid in the root directory of the assignment. This is used to put the autograder output into Canvas. Please don't put someone else's NetID here, we will check. The NetID should be placed into that file by itself as the only line, with lower case letters and no carriage returns.

The line that is marked NETID_GOES_HERE should be REPLACED with YOUR NetID.

IF YOU DON'T PUT YOUR NETID INTO THAT FILE PROPERLY YOU WILL NOT RECIEVE CREDIT FOR YOUR WORK!

Clone this repository

To clone this repository install GIT on your computer and copy the link of the repository (find above at "Clone or Download") and enter in the command line:

git clone YOUR-LINK

Alternatively, just look at the link in your address bar if you're viewing this README in your submission repository in a browser. Once cloned, cd into the cloned repository. Every assignment has some files that you edit to complete it.

Files you edit

See problems.md for what files you will edit.

Do not edit anything in the tests directory. Files can be added to tests but files that exist already cannot be edited. Modifications to tests will be checked for.

Environment setup

Make a conda environment for this assignment, and then run:

pip install -r requirements.txt

Running the test cases

The test cases can be run with:

python -m pytest -s

at the root directory of the assignment repository.

Releases

No releases published

Packages

No packages published

Languages