Skip to content

gerry101/ML-Breast-Cancer-Classification-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ML Breast Cancer Detection Model

This repository hosts a machine learning model that classifies breast cancer cells as either Benign or Malignant. To achieve this, I implemented a Support Vector Machine algorithm that I trained to take in various features such as cell radius and perimeter, and predict a binary output. To increase accuracy to 96%, I then made use of sklearn's GridSearchCV algorithm that was instrumental in the selection of various hyper parameters such as the C, gamma, and the kernel.

Happy hacking,

Gerry

About

Machine Learning Model that predicts breast cancer with 96% accuracy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors