Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 273 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 273 Bytes

Diabetes-Prediction

Predict whether a patient is suffer from Diabetes using Random Forest Classifier algorithm.

To check various inputs, just change the value in "preds = clf.predict([[0, 140, 90, 28, 174, 25, 0.140, 43]])". Don't give the value related to last column.