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

https://github.com/shankytiwari/machine-learning-logistic-regression-in-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/machine-learning-logistic-regression-in-python

logistic-regression logistic-regression-algorithm machine-learning machine-learning-algorithms machinelearning

Last synced: about 1 month 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

        

# Machine learning logistic regression in python

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

# Code Explanation
[http://www.codershood.info/2019/01/01/machine-learning-logistic-regression-in-python-with-an-example/](http://www.codershood.info/2019/01/01/machine-learning-logistic-regression-in-python-with-an-example/)