Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 655 Bytes

File metadata and controls

22 lines (14 loc) · 655 Bytes

breast_cancer_classifier-predictor

This is machine learning classification for Predicting Breast Cancer

Predict if the cancer daignostic is benign or malignant based on the several observations / features Datasets are linearly seperable using all 30 input features Number of instances 569 Class Distribution 212 Malignant 357 Benign Target class

  • Malignant
  • Benign

modules needed

  • numpy
  • panda
  • matplotlib.pyplot
  • seaborn

here, I have includer only the python file which is ready to use for your work I have not included ipynotebook cauze I don't like it much, I love to use Spyder while training a machine

Made with 💖 By Anmol Mishra