You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem statement:
Implementation of KNN from scratch to handle the textual data having amazon reviews for baby products.
About KNN in code:
KNN implementation is on line no: 80
Value of K can be change on line no: 117
About
This repo have an example of amazon baby product reviews classification using knn from scratch.