Skip to content

codeingschool/Diabetes_Prediction_Software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Diabetes_Prediction_Software

This is Diabetes Prediction Software, using Python. This is a Machine Learning model. Here, I use KNN algorithm.

You need to install:

  1. pip install pywin32 (for windows)
  2. pip3 install pywin32 (Linux or Mac) If this is not working, then try both pip install pywin32 and pip install pypiwin32
  3. pip install sklearn
  4. pip install pandas
  5. pip install matplotlib

Download this, and put into a same folder.

Open jupyter notebook on this folder. Then run the "Diabetes_Prediction_Software.ipynb" or diabetes prediction software.py (use any ide for .py)

Enter values for prediction

If you want to watch prediction time, graphs, etc. Then run the “knn.py”

Try this values: 148,72,35,0,33.6,0.6277,50 for diabetes and try this for non diabetes 89,66,23,94,28.1,0.167,21

About

This is Diabetes Prediction Software, using Python. This is a Machine Learning model. Here, I use KNN algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published