Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 472 Bytes

File metadata and controls

7 lines (5 loc) · 472 Bytes

Breast-Cancer-Diagnosis-Using-Machine-Learning

Objective: To find if a given cancer specimen is malignant or benign using supervised machine learning algorithm- SVM (support vector machine)

cancer.csv file consists of the whole wisconsin dataset which is modified to bc_minidata.csv for simplification. code_breastcancer.py contains python code for SVM algorithm to detect if the sample is malignant or benign. code.JPG is the sample output of the code with a graph.