This project uses a Support Vector Machine (SVM) to classify breast tumors as malignant or benign based on various features. The dataset used in this project is provided in the "Cancer_Data.csv" file.
Before you begin, ensure you have met the following requirements:
- Python (version 3.7 or higher)
- NumPy
- Matplotlib
- Pandas
- scikit-learn
You can install these dependencies using pip
:
pip install numpy
pip install matplotlib
pip install pandas
pip install scikit-learn
- Clone the repository to your local machine:
git clone https://github.com/Prometheussx/Breast-Cancer-SVM.git
- Navigate to the project directory:
cd YourProject
- Run the Jupyter Notebook or Python script to execute the breast cancer diagnosis using SVM.
python breast_cancer_diagnosis.py
- View the results, including the accuracy of the SVM algorithm on the test data.
For any questions, feedback or requests to contribute to the project, you can contact the contact information below:
- LinkedIn: [https://www.linkedin.com/in/erdem-taha-sokullu/]
- Email: [erdemtahasokullu@gmail.com]
- Kaggle: [https://www.kaggle.com/erdemtaha]
The dataset used in this project, "Cancer_Data.csv," contains information about breast tumors. It includes various features and a target variable indicating whether the tumor is malignant (M) or benign (B).
- Data Link: Kaggle Link
If you'd like to contribute to this project, please fork the repository and create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.