Skip to content

JKPLakshithaDilshan/Breast-Cancer-Prediction-Using-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breast-Cancer-Prediction-Using-ML

Learning-focused project to explore, train, and evaluate machine learning models for breast cancer prediction.

Folder structure

  • data/: raw and cleaned datasets (place breast_cancer.csv here)
  • models/: saved trained models and preprocessing artifacts
  • notebooks/: exploratory data analysis and experiments
  • scripts/: reusable training/inference utilities
  • results/: evaluation outputs, plots, and reports

Quickstart

  1. Create a virtual environment (optional but recommended)
python -m venv .venv
.\.venv\Scripts\activate
  1. Install dependencies
pip install -r requirements.txt
  1. Place the dataset into data/ (rename or symlink if needed).
  2. Run experiments via notebooks or scripts.
    • Notebook: open Advance Project Breast Cancer Prediction Using ML.ipynb (or copy/move into notebooks/).
    • Script (example pattern): python scripts/train.py --data data/breast_cancer.csv --out models/model.pkl.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published