An open API service indexing awesome lists of open source software.

https://github.com/adilrasheed139/breast-cancer-prediction-ml-project


https://github.com/adilrasheed139/breast-cancer-prediction-ml-project

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Author: Adil Rasheed
# 🦀 Breast Cancer Prediction Using Machine Learning.
# Models with Accuracy Percentage:
| Model Name | Score | Accuracy Score | Accuracy Percentage |
|----------------------|-------|----------------|---------------------|
| RandomForestClassifier | 0.992126 | 0.925532 | 92.55% |
| SVC | 0.923885 | 0.914894 | 91.49% |
| LogisticRegression | 0.916010 | 0.909574 | 90.96% |
| DecisionTreeClassifier | 1.000000 | 0.909574 | 90.96% |

# Deploy and check the results:
![Alt text](https://github.com/adilrasheed139/Breast-Cancer-Prediction-ML-Project/blob/main/Result.jpg)
**Table Of Content**
1. Gathering Data
2. Exploratory Data Analysis
3. Data Visualizations
4. Model Implementation.
5. ML Model Selecting and Model PredPrediction
6. HyperTunning the ML Model
7. Deploy Model