Predict Diabetes in Patients
Use Machine Learning techniques to discover diabetes in patients
A python based notebook that walks through the step by step process of ingesting data, training a model, and predicting on this model
Request DemoOverview
An open source KNN (k-nearest neighbor) model, designed to analyze patient data and predict weather or not they have diabetes. Visit the colab notebook above to explore the data, predictions, and accuracy or the model.
*Before using the above notebook please download the data here:
https://drive.google.com/file/d/1XeuQ5PN9B4KqpI8RCfFxBw6N7aShoj_b/view?usp=sharing
**Please note - this is just sample code to prove the concept and should not be used to predict actual cases of diabetes.