BamaCharanChhandogi / Diabetes-Prediction

This website provides a platform for users to predict their likelihood of developing diabetes based on various factors.
https://diabetes-prediction-gamma.vercel.app/
MIT License
16 stars 41 forks source link

Website using nb.pkl pre-trained model for prediction but in ipynb file there is no naive bayes algorithm #66

Closed ranamanish674zu closed 2 weeks ago

ranamanish674zu commented 1 month ago

Actually when i was working at #57 then i see in py file there are website using nb.pkl in flask , but when i see the ipynb file then there is no naive bayes model which is trained over there. We have to make the naive bayes model then after that we can use it using pkl. image here saving the model naive bayes but there is no naive bayse algorithm exists over there , there is only SVM,KNN,Decision Trees,Random Forest ...used image

BamaCharanChhandogi commented 1 month ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

ranamanish674zu commented 1 month ago

@BamaCharanChhandogi if possible assign it to me , i want to work on it

ranamanish674zu commented 1 month ago

@BamaCharanChhandogi sir could you pleaes see this isssue?