Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 669 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 669 Bytes

Diabetes-Classification

Basic implementation of different classifiers for predicting whether a patient has diabetes or not. This is simple binary classification based on the pima-indian-diabetes-dataset found on Kaggle.

Classifiers used

Experimented with the following classifiers:

  • SVM
  • Random Forest
  • Logistic Regression
  • Naive Bayes
  • Ada Boost
  • Ensemble Classifier

Also played around cleaning and standardizing the dataset.

Prerequisites

  • python-2.7.11
  • scikit-learn

How to Run

  • Clone the repository
  • Change the parameters of Grid-Search (optional)
  • Run the file corresponding to the classifier you want. eg python svm.py