Sckit learn direct method

i just wanted to know if we can directly use the sckit learn models for naive bayes classifictaion.What will be the difference between it and doing it the way given in the videos.

hey @yagyanshagarwal2001 ,
First of all Welcome to Coding Blocks Community.

and now for your doubt ,
We can just directly use a calculator to do calculations , why do we need to understand how multiplication and other operations work
Everything has its own requirement and hence it is done so.

Yeah, you are absolutely correct that we can directly use sklearn module to perform naive bayes classification. But before just using it is more important that we should also understand what is actually going inside the box. And to understand that , we need to know how we can implement is from scratch. It will provide you a more understanding how different parameters work and effect your model’s performance , in this way you can train your models in a better way and get really good results.

I hope this helps.
Thank You and Happy Learning :slightly_smiling_face:.

Thankyou so much
This really helped

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.