Loading...
icon
Works

Diabetes Classification 2019

Classifying the presence of diabetes from scratch using analytics.


Implemented K-Nearest Neighbours and Naive Bayes from scratch to predict presence of diabetes based on differing health measurements. Algorithms produced accuracy of ~75% for 5NN and Naive Bayes. Weka was utilised to conduct feature selection and compare our algorithms with those inbuilt into Weka. Such algorithms can be used in conjuction with domain specific knowledge to provide preliminary understanding of patients likelihood of having diabetes.
  • PlatformJupyter Notebook
  • StackPython
  • Githubhttps://github.com/aaronauld/pimaclassification
© 2024 Aaron Auld. All Rights Reserved. Credit to Takuya Matsuyama