Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitgoap/ml-olympiad-smoking
https://github.com/gitgoap/ml-olympiad-smoking
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitgoap/ml-olympiad-smoking
- Owner: gitgoap
- Created: 2024-03-11T17:46:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T18:14:12.000Z (11 months ago)
- Last Synced: 2024-11-09T22:39:41.257Z (3 months ago)
- Language: Jupyter Notebook
- Size: 7.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Smoking Status Prediction Model
This repository contains a Jupyter Notebook file and the associated dataset for a Kaggle competition aimed at predicting an individual's smoking status based on bio-signal data. The model leverages the Random Forest algorithm and achieves an accuracy of 85%.
![Screenshot 2024-03-11 234252](https://github.com/gitgoap/ml-olympiad-smoking/assets/117789470/dbd1777b-616f-417b-ba4b-78fc570f9724)
## Dataset
The dataset consists of various features such as age, height, weight, waist circumference, eyesight, hearing, blood pressure, blood sugar levels, cholesterol levels, liver function tests, and dental caries information. The target variable is the smoking status.## Procedure to reproduce the model
1. Clone this repo.
2. Make sure Anaconda and Jupyter Notebook are installed in the system.
3. Open the Jupyter notebook and change the address of the training dataset.
4. Run the main code inside the notebook.