Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 991 Bytes

File metadata and controls

36 lines (33 loc) · 991 Bytes

Diabetes-Prediction

The objective of this Project is to data visualization and training machine learning models to predict whether a person has diabetes or not. The Dataset contains inforamtion about each patient as dataset columns:

Columns

  1. Pregnancies
  2. Glucose
  3. BloodPressure
  4. SkinThickness
  5. Insulin
  6. BMI
  7. DiabetesPedigreeFunction
  8. Age Outcome

Algorithms that have been used:

  • LogisticRegression
  • LogisticRegression
  • DecisionTreeClassifier
  • RandomForestClassifier
  • SVC
  • GaussianNB
  • KNeighborsClassifier
  • GradientBoostingClassifier
  • MLPClassifier
  • AdaBoostClassifier
  • ExtraTreesClassifier
  • XGBClassifier

download