This project was developed as part of the BSc (Hons) in Data Science program at NSBM Green University.
The objective is to build a machine learning model for early detection of lung cancer risk levels using patient data.
Lung cancer remains one of the most critical health challenges worldwide.
This project leverages a Decision Tree Classifier to analyze medical and lifestyle factors such as:
- Demographics (age, gender, etc.)
- Medical history
- Smoking habits
- Lifestyle and occupational hazards
- Genetic markers
By preprocessing the dataset, performing Exploratory Data Analysis (EDA), and applying Decision Tree classification, we aim to predict lung cancer risk levels (Low, Medium, High) with high accuracy.
Lung_Cancer_Prediction.ipynbβ Jupyter Notebook (data preprocessing, EDA, model training, evaluation)Final_Report_Group_E.pdfβ Final written report of the project- cancer patient data sets
dataset.csvβ Dataset
- Clone the repository:
git clone https://github.com/YourUsername/Lung_Cancer_Prediction.git cd Lung_Cancer_Prediction