Skip to content

Implementing machine learning in comparing the accuracy of classification algorithms in classifying levels of obesity

Notifications You must be signed in to change notification settings

KristianEka/estimation-obesity-levels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

estimation-obesity-levels

Implementing machine learning in comparing the accuracy of classification algorithms in classifying levels of obesity

Datasets 💾

Algorithms 🤖

  • Decision Tree
  • Naive Bayes

Package 📦︎

  • Amelia
  • ggplot2
  • GGally
  • tidyverse
  • knitr
  • rpart
  • rpart.plot
  • party
  • caret

Conclusion 💻︎

Using the decision tree algorithm in classifying obesity data is better than using the Naive Bayes algorithm. By comparison accuracy:

  1. Decision Tree (party) : 91.96%
  2. Decision Tree (rpart) : 83.45%
  3. Naive Bayes : 70.69%

About

Implementing machine learning in comparing the accuracy of classification algorithms in classifying levels of obesity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published