A model to predict whether a breast lump is benign or malignant (when given parameters like lump thickness, cell size, cell shape) was built using the K Nearest Neighbors Algorithm. The model achieved over 97% accuracy.
- Numpy
- Pandas
- Scikit-Learn
cd '..\Breast Cancer Diagnosis Using KNN'
python 'KNN model.py'