Project for Programming in Script Languages laboratories.
Project goal is to create script in Python that calculates the probability of having diabetes using Machine Learning. Script is based on KNN (k-nearest neighbors) algorithm. Diabetes dataset used in the project to train and test the algorithm can be found here: https://datahub.io/machine-learning/diabetes. PDF file included in the repository covers basisc of the KNN algorithm and research about how changing k value and feature scaling affects the accuracy of the algorithm.
Make sure you have installed requirements.txt