Machine learning approach to detect whether patient has the diabetes or not. Data cleaning, visualization, modeling and cross validation applied for this.
Donkeshwar Kavyasree
Swati Mourya
Hari Jagadeesh Iyer
Durga Sai
Data Cleaning Data Visualization Machine Learning Modeling
Logistic Regression Support Vector Machine KNN Random Forest Classifier Naivye Bayes Gradient Boosting
Accuracy Score ROC AUC Curve Cross Validation Confusion Matrix
Packages and Tools Required:
Pandas
Matplotlib
Seaborn
Scikit Learn
Jupyter Notebook
pip install numpy
pip install pandas
pip install seaborn
pip install scikit-learn
pip install matplotlib