Skip to content

MrKhan0747/Breast-Cancer-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Breast Cancer Detection

Objective

Downlaod dataset from https://www.kaggle.com/uciml/breast-cancer-wisconsin-data

Techniques Used

  • Data Cleaning
  • Data Visualization
  • Machine Learning Modeling

Algortihms Used

  1. Logistic Regression
  2. Support Vector Machine
  3. KNN
  4. Naivye Bayes
  5. Random Forest Classifier

Model Evaluation Methods Used

  1. Accuracy Score
  2. ROC AUC Curve
  3. Cross Validation
  4. Confusion Matrix

Guide Lines

Packages and Tools Required:

Pandas 
Matplotlib
Seaborn
Scikit Learn
Jupyter Notebook

Package Installation

pip install numpy
pip install pandas
pip install seaborn
pip install scikit-learn
pip install matplotlib

Jupyter Notebook Installation Guide https://jupyter.org/install