Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 533 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 533 Bytes

K-Means Implementation on classic binary classification dataset

This is a repository for a simple implementation of k-means clustering from scratch, working with the classic and simply binary classification dataset of fine needle aspirates from breast cancer patients. Implemented with an OOP approach in Python 3.9

Dataset

The breast cancer Wisconsin diagnostic dataset from the UCI Machine Learning Repository was used. Details can be found here:

https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+(Diagnostic)