Skip to content

onesmuskabui/Obesity-Level-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Obesity-Level-Prediction

Overview

This project applies four machine learning models (Logistic Regression, Decision Trees, Random Forests, and KNN) to classify individuals into obesity categories based on demographic and lifestyle features.

Dataset

Source: [UCI Machine Learning Repository – Obesity Dataset]

Variables include age, gender, weight, height, physical activity, eating habits, and other health-related factors.

Models Implemented

Multinomial Logistic Regression

Decision Tree

Random Forest

K-Nearest Neighbors (KNN)

Results

Random Forest: Best accuracy (93.8%)

KNN (k=3): Strong performance (~83%)

Logistic Regression: Moderate performance but interpretable

Decision Tree: Lower accuracy but useful for variable importance

Conclusion

Random Forest is recommended for predictive performance, while Logistic Regression is suitable for explainability

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors