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

https://github.com/shankytiwari/k-nearest-neighbors-k-nn-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/k-nearest-neighbors-k-nn-classifier-using-python

k-nearest-neighbours knn-classification knn-classifier knn-model machine-learning machine-learning-algorithms machinelearning

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

          

# K-Nearest Neighbors (K-NN) 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 KNN Classifier model created using pandas python library and scikit-learn library.

# Code Explanation
[http://www.codershood.info/2019/01/25/k-nearest-neighbors-k-nn-classifier-using-python-with-example/](http://www.codershood.info/2019/01/25/k-nearest-neighbors-k-nn-classifier-using-python-with-example/)