Skip to content

SyedAsma25/Lung-Cancer-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Lung Cancer Prediction

This project predicts the likelihood of lung cancer using a machine learning model.

Features

  • Predicts lung cancer risk based on medical attributes
  • Uses supervised ML algorithms (like Random Forest, SVM)
  • Provides classification results for patient data

Requirements

  • Python 3.x
  • Pandas, NumPy, Scikit-learn

Setup

  1. Clone the repo or download the ZIP.
  2. Install dependencies:
pip install -r requirements.txt
  1. Place your dataset CSV in the data/ folder.
  2. Run the script:
python lung_cancer_prediction.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages