Python Forum
Can Someone help me I stucked - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: Can Someone help me I stucked (/thread-26777.html)



Can Someone help me I stucked - canatilaa - May-13-2020

Hello guys , I have a project to calculate GPA with naive bayes theorem but I have no idea about it.Can someone show me a way


RE: Can Someone help me I stucked - deanhystad - May-13-2020

Read about naïve bayes theorem until you understand it. Determine how it can be used to calculate GPA. Create algorihtm. Write computer program. Test.


RE: Can Someone help me I stucked - canatilaa - May-13-2020

(May-13-2020, 03:11 PM)deanhystad Wrote: Read about naïve bayes theorem until you understand it. Determine how it can be used to calculate GPA. Create algorihtm. Write computer program. Test.
I haven't enough time so I need a mentor


RE: Can Someone help me I stucked - buran - May-13-2020

(May-13-2020, 06:09 PM)canatilaa Wrote: I haven't enough time so I need a mentor
this is not serious - you don't have enough time...


RE: Can Someone help me I stucked - deanhystad - May-13-2020

Do you know how to do any of the steps? If you can do the problem using pencil and paper (have an algorithm) it is easy to convert that to code. If you don't understand naïve bayes theorem there are a lot of videos and how-to's on the web. What step are you on?


RE: Can Someone help me I stucked - canatilaa - May-13-2020

(May-13-2020, 08:04 PM)deanhystad Wrote: Do you know how to do any of the steps? If you can do the problem using pencil and paper (have an algorithm) it is easy to convert that to code. If you don't understand naïve bayes theorem there are a lot of videos and how-to's on the web. What step are you on?


My teacher want a project which is can predict probiblity how many students passing class with bayes theorem but I didn't find a way to create any algorithm .I am sorry I have nothing now still looking


RE: Can Someone help me I stucked - jefsummers - May-13-2020

Try starting here at SciKit-learn