aribis369 / ML-Starter-Pack

A collection of Machine Learning algorithms written from sctrach.
75 stars 52 forks source link

Mushroom Classification using BernoulliNB from sklearn #34

Closed ayanmaity201 closed 6 years ago

ayanmaity201 commented 6 years ago

I have added a Mushroom classification using BernoulliNB from sklearn.naive_bayes . I ahve uploaded the data set mushroom.csv and Mushroom_classification.ipynb notebook in the examples-scikit folder.Please merge my Pull Request.

aribis369 commented 6 years ago

Merged.

ayanmaity201 commented 6 years ago

Thanks @aribis369