This project predicts obesity levels based on lifestyle and health data using Logistic Regression with both One-vs-Rest (OvR) and One-vs-One (OvO) approaches.
Run this project directly in Google Colab:
The dataset used in this project is provided by IBM as part of their learning resources:
Clone the repository and install dependencies:
git clone https://github.com/pathananas2007/obesity-prediction-ml.git
cd obesity-prediction-ml
pip install -r requirements.txt