I will upload the colab file and step by step execution with details soon.**
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. π₯π‘
- π 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.
Make sure you have the following dependencies installed:
pip install numpy pandas matplotlib scikit-learn- Clone the repository:
git clone https://github.com/yourusername/breast-cancer-prediction.git cd breast-cancer-prediction - Run the model training script:
python breast_cancer_prediction.py
- View the model's predictions and evaluation metrics.
This project is open-source and available under the MIT License. π