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
- Host: GitHub
- URL: https://github.com/shankytiwari/k-nearest-neighbors-k-nn-classifier-using-python
- Owner: ShankyTiwari
- Created: 2019-01-28T07:19:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T07:21:29.000Z (over 6 years ago)
- Last Synced: 2025-01-24T11:29:09.600Z (9 months ago)
- Topics: k-nearest-neighbours, knn-classification, knn-classifier, knn-model, machine-learning, machine-learning-algorithms, machinelearning
- Language: Python
- Homepage: http://www.codershood.info/2019/01/25/k-nearest-neighbors-k-nn-classifier-using-python-with-example/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)