Machine learning project using the Wisconsin Diagnostic Breast Cancer dataset to classify tumors as malignant or benign. Focuses on feature selection, decision tree interpretability, and recall-focused evaluation.
Source: UCI Machine Learning Repository
- Decision Tree Classifier
- Stratified K-Fold Cross-Validation
- GridSearchCV (recall-optimised)
- Clone or download the repository
- Install dependencies
- Run the notebook in
notebooks/