Skip to content

AshChadha-iitg/Breast-Cancer-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Breast Cancer Diagnosis Prediction

A logistic regression model to predict whether a breast tumor is benign or malignant using the Wisconsin Diagnostic Breast Cancer (WDBC) dataset.


๐Ÿ“Œ Overview

  • Dataset: 569 samples, 30 features (e.g., radius, texture, perimeter).
  • Model: Logistic regression with L2 regularization and gradient descent.
  • Performance:
    • Training Accuracy: 97.36%
    • Test Accuracy: 96.49%

๐Ÿš€ How to Use

Prerequisites

  • Python 3.8+
  • Required libraries: numpy, pandas, matplotlib, seaborn, scikit-learn

Install dependencies:

pip install numpy pandas matplotlib seaborn scikit-learn

โš ๏ธ Disclaimer

This model is for educational purposes only and not a substitute for professional medical advice.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors