An open API service indexing awesome lists of open source software.

https://github.com/shankytiwari/naive-bayes-classifier-using-python

Creating a Model to predict if a user is going to buy the product or not based on a set of data
https://github.com/shankytiwari/naive-bayes-classifier-using-python

machine-learning machine-learning-algorithms machinelearning naive-bayes naive-bayes-classification naive-bayes-classifier

Last synced: 6 months ago
JSON representation

Creating a Model to predict if a user is going to buy the product or not based on a set of data

Awesome Lists containing this project

README

          

# Naive Bayes Classifier using python

Creating a Model to predict if a user is going to buy the product or not based on a set of data, The Naive Bayes Classifier model created using pandas python library and scikit-learn library.

# Code Explanation
[http://www.codershood.info/2019/01/14/naive-bayes-classifier-using-python-with-example/](http://www.codershood.info/2019/01/14/naive-bayes-classifier-using-python-with-example/)