🎗️ This project uses PyCaret, a low-code machine learning library, to detect breast cancer based on tumor features from the Breast Cancer Wisconsin (Diagnostic) Dataset. The objective is to classify tumors as benign or malignant with high accuracy using an automated pipeline.
- Source: Kaggle Repository
- Features: 30 numeric features computed from digitized images of breast masses.
- Target:
diagnosis- M = Malignant, B = Benign
- Python 3.x
- PyCaret (for ML automation)
- Pandas, NumPy, Seaborn, Matplotlib (for data handling and visualization)
- Jupyter Notebook (for development)
| Metric | Score |
|---|---|
| Accuracy | ✅ 96-98% (based on selected model) |
| Precision | High (less false positives) |
| Recall | High (saves lives 💯) |
| Confusion Matrix | ✔️ Included in Notebook |
⚡ Powered by PyCaret’s
compare_models()andevaluate_model()functions.
- Clone the repository:
git clone https://github.com/QuantumCoderrr/PyCaret-BCDetection.git
cd PyCaret-BCDetectionThis project is licensed under the MIT License – see the LICENSE file for details.
Built with ❤️ by Sandip for real-world impact and portfolio shine.