This project focuses on building a Smoker Prediction model using classical machine learning techniques. The system predicts if the person is smoker or not based on biological signals.
The Modes utilizes both classical and advanced machine learning models to Predict if the person is smoker or not based on some biological signals. We developed Over 250 combination or different data Preprocessing and modeling using Automated Piplines . The dataset I used for training and evaluation was Smoker Status Prediction using Bio-Signals on kaggle .
dataset link : https://www.kaggle.com/datasets/gauravduttakiit/smoker-status-prediction-using-biosignals
In this project, we started with a brute force combination technique, testing over 250+ unique combinations of data preprocessing and modeling with default parameters. Each combination was saved with evaluation metrics such as ROC, Accuracy, F1 score, and F-beta score.
The dataset I used for training and evaluation was Smoker Status Prediction using Bio-Signals on kaggle .
dataset link : https://www.kaggle.com/datasets/gauravduttakiit/smoker-status-prediction-using-biosignals
git clone https://github.com/ahmedomer13218/Smokers-Predictions-ML-project-
cd Smokers-Predictions-ML-project-
We welcome contributions! If you'd like to contribute, please fork the repository and make your changes. After testing, submit a pull request for review.
This project is licensed under the MIT License - see the LICENSE file for details.