Skip to content

km1610/Breast_Cancer_Prediction_using_ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Breast Cancer Prediction using Machine Learning

This GitHub repository contains code for predicting breast cancer using the Breast Cancer Wisconsin (Diagnostic) Data Set from Kaggle. The prediction is done using a logistic regression model, and the analysis includes data visualization using Seaborn and data manipulation using Pandas.

Dataset

The Breast Cancer Wisconsin (Diagnostic) Data Set contains features of the breast of the Patient and their corresponding diagnosis. The dataset includes a total of 569 instances, each described by 30 numeric attributes. The target variable indicates whether the tumor is malignant (M) or benign (B).

Machine Learning Algorithms Used

  • Logistic Regression
  • Decision Tree
  • Random Forest
  • Linear Regression
  • SVM (Support Vector Machine)

Libraries Required

To run the code in this repository, you need to have Python installed along with the following libraries:

  • Pandas
  • Seaborn
  • Scikit-learn
  • Matplotlib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages