This project predicts the likelihood of lung cancer using a machine learning model.
- Predicts lung cancer risk based on medical attributes
- Uses supervised ML algorithms (like Random Forest, SVM)
- Provides classification results for patient data
- Python 3.x
- Pandas, NumPy, Scikit-learn
- Clone the repo or download the ZIP.
- Install dependencies:
pip install -r requirements.txt- Place your dataset CSV in the
data/folder. - Run the script:
python lung_cancer_prediction.py