Diabetes_Prediction
Diabetes_Prediction copied to clipboard
Diabetes prediction with several machine learning algorithms to choose which is best.
Diabetes Prediction
Using various machine learning algorithms to get the best prediction accuracy if possible for the Pima Indians dataset.
The best result was found with GradientBoosting with an accuracy of 83%.
Install
Python version used in this project: 3.6.6
Libraries used:
- Pandas 0.23.4
- Numpy 1.15.3
- Matplotlib 2.2.2
- Scikit-learn 0.20.0
- Scipy 1.1.0
How to Run
To run this project you will need some software, like Anaconda.
From Anaconda just set as working directory the folder of the project, open the .py file you want from Models folder and run this file or press F5.