Skip to content

A set of diabetes classifiers written for an AI assignment

Notifications You must be signed in to change notification settings

Technoash/DiabetesAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diabetes classifier

A set of diabetes classifiers written for an AI assignment

The data

The dataset for this assignment is the Pima Indian Diabetes dataset. It contains 768 instances described by 8 numeric attributes. There are two classes  ‐  yes and no. Each entry in the dataset corresponds to a patient’s record; the attributes are personal characteristics and test measurements; the class shows if the person shows signs of diabetes or not. The patients are from Pima Indian heritage, hence the name of the dataset.

The classifiers and tools

Naïve Bayes, Decision Tree and 10‐fold stratified cross‐validation were implemented

About

A set of diabetes classifiers written for an AI assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages