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
- Host: GitHub
- URL: https://github.com/shankytiwari/machine-learning-logistic-regression-in-python
- Owner: ShankyTiwari
- Created: 2019-01-28T07:10:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T09:12:02.000Z (about 6 years ago)
- Last Synced: 2025-01-24T11:29:10.029Z (3 months ago)
- Topics: logistic-regression, logistic-regression-algorithm, machine-learning, machine-learning-algorithms, machinelearning
- Language: Python
- Homepage: http://www.codershood.info/2019/01/01/machine-learning-logistic-regression-in-python-with-an-example/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)