You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a K-Nearest Neighbors (KNN) classifier to detect breast cancer using a dataset of tumor characteristics. The model is trained and evaluated based on accuracy, confusion matrix, and F1 score. It aims to assist in identifying malignant and benign tumors effectively.