Cancer dataset: Breast cancer detection using knn
K-NN is a machine learning technic used to classify data analysing similarity in features of data. In this project, K parameter was tested in several values: 3, 5, 7, 9 and 12. At the end, best performance was reached when K = 5, with a precision rate > 98%.