Skip to content

This repository features a machine learning model for breast cancer detection, utilizing logistic regression to classify tumors as malignant or benign. Developed in Google Colab using the Wisconsin Breast Cancer Dataset from scikit-learn, this project demonstrates a simple and effective tool for early detection.

Notifications You must be signed in to change notification settings

VrajPatel105/Breast_Cancer_Detection_ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Breast Cancer Detection Model using Logistic Regression

This repository contains a machine learning model for breast cancer detection developed using Google Colab. The model employs logistic regression to accurately classify breast tumors as malignant or benign based on various features extracted from medical imaging data.

Key Features:

  • Utilizes Logistic Regression for binary classification of breast tumors.
  • Achieves 98% accuracy in detecting breast cancer.
  • Trained and validated on the Wisconsin Breast Cancer Dataset.
  • Implements data preprocessing and feature selection techniques.
  • Includes performance evaluation metrics such as accuracy score and visualizations of model performance and feature importance.
  • Demonstrates the application of a simple yet effective machine learning algorithm in medical diagnosis, potentially assisting healthcare professionals in early breast cancer detection.

Dataset

The model was trained and validated on the publicly available Wisconsin Breast Cancer Dataset.

The Colab notebook in this repository provides a step-by-step implementation of the model, from data loading and preprocessing to model training, evaluation, and result visualization.

About

This repository features a machine learning model for breast cancer detection, utilizing logistic regression to classify tumors as malignant or benign. Developed in Google Colab using the Wisconsin Breast Cancer Dataset from scikit-learn, this project demonstrates a simple and effective tool for early detection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published