Skip to content

Machine Learning Breast Cancer Classification involves developing predictive models to classify breast cancer as benign or malignant based on clinical data, such as tumor size and cell features. Using algorithms like logistic regression, SVM, or neural networks, aiding early detection and improving patient outcomes.

Notifications You must be signed in to change notification settings

coder-apr-5/ML-Breast-Cancer-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 

Repository files navigation

Machine Learning - Breast Cancer Classification

Technicians can use a microscope to observe tissue samples that were taken from patients who are suspected to have breast cancer. By looking at the size and shape of the nuclei present within these tissue samples, one can then predict whether a given sample appears to be cancerous. In this document I demonstrate an automated methodology to predict if a sample is benign or malignant given measurements of nuclear shape that were made from digital images of fine needle aspirates of breast tissue masses from clinical samples.

Methods

  • Data Prep using Pandas DataFrames
  • Data Visualization using Seaborn (matplotlib)
  • Using Support Vector Machine (SVM) from scikit-learn
  • Improving the model, by employing MinMaxScaler
  • Using GridSearchCV to fine-tune hyper parameters

Screenshot

Screenshot

About

Machine Learning Breast Cancer Classification involves developing predictive models to classify breast cancer as benign or malignant based on clinical data, such as tumor size and cell features. Using algorithms like logistic regression, SVM, or neural networks, aiding early detection and improving patient outcomes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published