https://github.com/dimamirana/breastcancerdetection
https://github.com/dimamirana/breastcancerdetection
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimamirana/breastcancerdetection
- Owner: DimaMirana
- Created: 2020-02-25T05:52:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T06:14:30.000Z (over 5 years ago)
- Last Synced: 2025-05-29T18:56:52.301Z (4 months ago)
- Language: Jupyter Notebook
- Size: 713 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# breastCancerDetection
This model evaluate if the cancer diagnosis is benign or malignant based on several observations/features. We are using 30 feature to came to a decision. The dataset was imported from sklearn.dataset. The SVC (Support Vector Classifier) is used to train the dataset. The accuracy of this model is about 97%.