Here i got a dataset of patients
the features of the dataset were
glucose levels, insulin levels, bmi, age and more
i first explored the data, made some cleaning as there were missing values.
i visualized the data then applied Support Vectore Machine classifier to predict the outcome of this dataset
then evaluated the model according to the appropriate evaluation techniques.