Daftar Isi:
  • Diabetes is a very serious problem that needs to be solved, the cure has not been found yet, but we still could prevent it by diagnosing people who have diabetes disease. If people positively have a diabetes disease, they can quickly prevent it from a young age by watching their diet. So, it is an important thing to predict the patient who has diabetes disease.This study will show about how technology could help the medic as a milestone in medical study The technology that used in this project is machine learning based, using logistic regression to predict the onset of diabetes. This project will also be using two methods, the first method is using Naïve Bayes from Sci-Kit learn library and the second method is Logistic Regression without using library at all. The final result is the Naïve Bayes with Sci-Kit library performs better compare to the logistic regression without library. It could happen because, the more complex the algorithm the more the algorithm has higher accuracy. Although the model of the logistic regression without library does not have good accuracy as the Naïve Bayes with library, the logistic regression also high value which means it can be trusted code.