Skip to content

iareARiES/Brest-Cancer-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ—οΈ Breast Cancer Prediction Using Machine Learning πŸ”¬

πŸ“– Important Note

I will upload the colab file and step by step execution with details soon.**

πŸ“ŒOverview

This repository contains a machine learning model that predicts breast cancer based on various cell characteristics. The model is built using Logistic Regression and utilizes Standard Scaling for better performance. πŸ₯πŸ’‘

🌟 Features

  • πŸ“Š Data Preprocessing: Cleaning, scaling, and preparing the dataset.
  • πŸ”Ž Exploratory Data Analysis (EDA): Understanding dataset characteristics.
  • πŸ€– Model Training: Logistic Regression for classification.
  • πŸ“ˆ Model Evaluation: Confusion matrix and RΒ² score.
  • 🎯 Predictions: Classifying whether the tumor is malignant or benign.

πŸ› οΈ Requirements

Make sure you have the following dependencies installed:

pip install numpy pandas matplotlib scikit-learn

πŸ’ͺ Usage

  1. Clone the repository:
    git clone https://github.com/yourusername/breast-cancer-prediction.git
    cd breast-cancer-prediction
  2. Run the model training script:
    python breast_cancer_prediction.py
  3. View the model's predictions and evaluation metrics.

πŸ† License

This project is open-source and available under the MIT License. πŸ’Ž

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages