This project leverages a Support Vector Machine (SVM) model to classify cancer cells based on sample data. The objective is to distinguish between malignant and benign cells with high accuracy, achieving an impressive 99% classification accuracy.
β
High Accuracy: The model achieves a 99% classification rate.
β
Robust ML Algorithm: Utilizes SVM for reliable cancer cell classification.
β
Interactive Notebook: Implemented in Jupyter Notebook for ease of experimentation.
β
Real-World Dataset: Uses a publicly available dataset for training and evaluation.
The dataset used in this project is sourced from Kaggle. It contains labeled samples of cell data, which are essential for training and testing the classification model.
Cancer-Cell-Class/
β
βββ Cancer_Cell.ipynb # Main Jupyter Notebook containing the code
βββ cell_samples.csv # Dataset file
βββ README.md # Project documentation
- Python π β Core programming language
- Jupyter Notebook π β Interactive coding environment
- SVM (Support Vector Machine) π€ β Machine learning algorithm
- Pandas π β Data manipulation library
- Scikit-learn π β ML model implementation
π Accuracy: 99%
π Reliable classification of malignant vs. benign cancer cells
This project is open-source and available under the MIT License.
π Dataset: Kaggle - Cell Samples Dataset
π Libraries Used: Scikit-learn, Pandas, Jupyter Notebook