This repository contains the code for obesity risk prediction project. Follow the instructions below to set up the environment and run the code.
- Python 3.7 or higher
- pip (Python package installer)
-
Clone the repository:
git clone https://github.com/NTHuyne/obesity-risk-detection
-
Install dependencies:
pip install -r requirements.txt
Running the .ipynb files sequently
Select kernel and run all for all the .ipynb files
Name | Student ID | Contribution |
---|---|---|
Nguyễn Trọng Huy | 20210451 | Data Preprocessing, Training Random Forest, ANN, kNN |
Nguyễn Chính Minh | 20215224 | Training Decision Tree, SFS |
Trịnh Giang Nam | 20215229 | EDA, Training SVM, Ensemble Methods |