A Support Vector Machine model to predict Breast cancer (benign/malignant) using the Breast Cancer Wisconsin data set.
Link to data set: https://www.kaggle.com/datasets/uciml/breast-cancer-wisconsin-data
Features
- Saves a .png file with the confusion matrix for each run, enumerated in increasing order
- Exports results from each run to:
- .txt file using the contextlib library
- .xlsx file using ExcelWriter and openpyxl
Data used under CC BY-NC-SA 4.0 license.