Made using Support Vector Machine Algorithm (SVM) in Python.
Made mainly for Women, Men can also use it by putting the Pregnancy value as 0. (This may however affect the accuracy)
This Model predicts if a person is Diabetes Positive or Negative based on the following Data entered:-
- Pregnancy (0 if none)
- Glucose.
- BloodPressure.
- SkinThickness.
- Insulin.
- BMI.
- DiabetesPedigreeFunction.
- Age.
On Training Data:- 78%
On Testing Data:- 77%
NOTE:- A split of 80%-20% was done to seperate Training and Testing Data respectively.