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 #433

Closed arihantrode89 closed 3 years ago

arihantrode89 commented 3 years ago

Define You:

Is your feature request related to a problem? Please describe. ->Yes it is related to problem. I just found some issue. The issue is that some of features values are 0 such as BloodPressure, Skinthickness , BMI in some rows are 0 and if we use such kind of values to predict whether a person has diabetes or not then it would definately not able to predict accuractely.

Describe the solution you'd like... ->The solution for these problem is that we have to preprocess the dataset and then train classification models on preprocessed dataset.

welcome[bot] commented 3 years ago

Hello there! πŸ‘‹πŸ» Welcome to the ML-ProjectKart! πŸš€βš‘οΈ Thank you and congrats πŸŽ‰ for opening your very first issue in this project. Please adhere to our Code of Conduct. πŸ‘πŸ» You may submit a PR if you like, make sure to follow our Pull Request Template. Feel free to get in touch with me through social media handles. Hope to see you there!πŸ˜„

prathimacode-hub commented 3 years ago

This is an enhancement project. So yeah, you can proceed. Don't do any changes to the existing one. Only project file would undergo changes. And for all the things you had done create a "README_enhanced.md" @arihantrode89

arihantrode89 commented 3 years ago

Sure.Thank you for asssigning this issue.