Diff of /README.md [000000] .. [efbc2d]

Switch to unified view

a b/README.md
1
# Diabetes Prediction
2
3
Using various machine learning algorithms to get the best prediction accuracy if possible for the Pima Indians dataset.
4
5
The best result was found with GradientBoosting with an accuracy of 83%.
6
7
## Install
8
9
###     Python version used in this project: 3.6.6
10
11
###     Libraries used:
12
13
> *  [Pandas](http://pandas.pydata.org) 0.23.4
14
> *  [Numpy](http://www.numpy.org) 1.15.3
15
> *  [Matplotlib](https://matplotlib.org) 2.2.2
16
> *  [Scikit-learn](http://scikit-learn.org/stable/) 0.20.0
17
> *  [Scipy](https://www.scipy.org/) 1.1.0
18
19
## How to Run
20
21
To run this project you will need some software, like Anaconda.
22
23
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.