To build a predictive model which classifies whether a person is diabetic or not based on the parameters
- Pregnancies
- Glucose
- Blood Pressure
- Skin Thickness
- Insulin
- BMI
- Diabetes pedigree function
- Age
- Numpy (for linear-algebra)
- Pandas (for data manipulation)
- Scikit-learn (for data modeling)
- Importing Dataset
- Analyse the Dataset
- Splitting up of data
- Applying ML algorithm
- Evalutation of model
Classification is the process of predicting the class of given data points. classification predictive modeling is the task of approximating a mapping function (f) from input variables (x) to discrete output variables (y).
- logistic regression
- Nearest neighbor
- Random forest