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

https://github.com/shankytiwari/support-vector-machine-algorithm-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/support-vector-machine-algorithm-in-python

machine-learning machine-learning-algorithms machinelearning support-vector-machine support-vector-machines svm svm-classifier svm-model

Last synced: 4 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

          

# Support Vector Machine algorithm 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 SVM model created using pandas python library and scikit-learn library.

# Code Explanation
[http://www.codershood.info/2019/01/10/support-vector-machine-machine-learning-algorithm-with-example-and-code/](http://www.codershood.info/2019/01/10/support-vector-machine-machine-learning-algorithm-with-example-and-code/)