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

No packages published