prathimacode-hub / ML-ProjectKart

🙌Kart of 232+ projects based on machine learning, deep learning, computer vision, natural language processing and all. Show your support by ✨ this repository.
https://prathimacode-hub.github.io/ML-ProjectKart/
Mozilla Public License 2.0
522 stars 234 forks source link

Diabetes Prediction #412

Closed aryantiwari10 closed 3 years ago

aryantiwari10 commented 3 years ago

Define You:

PROJECT TITLE : Diabetes Prediction plz assign this project to me .

GOAL : To predict the possibility that a person is suffering from diabetes or not.

DATASET : https://www.kaggle.com/uciml/pima-indians-diabetes-database

WHAT I HAD DONE : In this project first I performed a exploratory data analysis on the diabetes dataset which includes of data cleaning , data manipulation, data preprocessing , data visualization and after that I did the model building using different machine learning classification and regression algorithms and then predicted the accuracy of every model . In the model prediction part I used total 9 machine learning algos . In each algo I had included the accuracy score , training score , classification report , confusion matrix . While in the EDA part I have included different plots for the different visualizations of our dataset .

MODELS USED : I used total 10 machine leaning algos in the dataset

  1. Logistic Regression
  2. KNeighborsClassifier
  3. SVC
  4. Naive Bayes
  5. DECISION TREE CLASSIFIER
  6. RandomForestClassifier
  7. AdaBoostClassifier
  8. Gradient Boosting Classifier
  9. XGBClassifier 10.ExtraTreesClassifier

LIBRARIES: PANDAS NUMPY MATPLOTLIB SEABORN SCIPY SKLEARN

CONCLUSION : I got a accuracy score of 84 % using the Logistic Regression.

prathimacode-hub commented 3 years ago

This is done already. Here it is. Before raising an issue, check if it's done in this repo so that your efforts don't go wasted. @aryantiwari10

Manasi2001 commented 3 years ago

Hey @aryantiwari10, you may take up a new, never included before issue. Closing this duplicate one...