ddbourgin / numpy-ml

Machine learning, in numpy
https://numpy-ml.readthedocs.io/
GNU General Public License v3.0
15.26k stars 3.7k forks source link

Naive Bayes #67

Closed sfsf9797 closed 2 years ago

sfsf9797 commented 3 years ago

Hi, I am thinking about implementing Naive Bayes Methods and make a pull request. But I am unsure about the Unit testing part, Should I compare the performance with the ScikitLearn library?

rishabh-jain14 commented 3 years ago

Issue solved. please refer to the pull request. #75

rishabh-jain14 commented 3 years ago

Also, please let me know the places for improvement in the pull request. I am happy to work on the repository and learn in the best feasible way

ddbourgin commented 2 years ago

Closed via #68