The goal of this project is to predict whether a tumor is malignant or benign based on various features extracted from breast cancer diagnostic data. The dataset used is the Breast Cancer Wisconsin Diagnostic dataset provided by scikit-learn.
- Dataset: Breast Cancer Wisconsin Diagnostic (from scikit-learn)
- Algorithm: Gaussian Naive Bayes
- Metrics: Accuracy, Confusion Matrix, Classification Report, ROC Curve
The confusion matrix shows the true vs. predicted classifications:
The ROC Curve visualizes the model's ability to distinguish between classes:
- Programming Language: Python 3.x
- Libraries:
- Scikit-learn
- Matplotlib
- Seaborn
- NumPy
https://colab.research.google.com/drive/1u4EnQU0eEsK_7UeFrrOUd8MqA9xYO9nA?usp=sharing