Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 288 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 288 Bytes

KNN-Algorithm-from-Scratch

Implementing K Nearest Neighbours Algorithm on Wisconsin Breast Cancer Dataset(WBCD) without using built in function for KNN algorithm. The data is split into 3 : train, validation and test data. The performance metrics are calculated for different K values.