This document discusses using K-Nearest Neighbors (KNN) and Random Forest classifiers to classify breast cancer diagnoses as benign or malignant using a dataset from the University of Wisconsin Hospitals. KNN achieved an accuracy of 95-97% while Random Forest achieved 96-98% accuracy. Both performed well but Random Forest had a slight advantage due to its ability to handle noise and randomness in data better than KNN. The classifiers show potential to help physicians make more accurate diagnosis decisions.