Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 261 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 261 Bytes

s-KNN

Feature Scaling for the k-Nearest Neighbors Algorithm.

  1. Modify the datasets list to include the datasets to train/test on.
  2. Modify the seeds list to specify the seeds to be used in the training process.
  3. Run the code with python3 s-knn.py.