Skip to content

First steps into Machine Learning in Python with PwJS project.

Notifications You must be signed in to change notification settings

destrim/DiabetesCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diabetes Probability Calculator

Project for Programming in Script Languages laboratories.

Description

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.

Setup

Make sure you have installed requirements.txt

About

First steps into Machine Learning in Python with PwJS project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages