Skip to content

This repo have an example of amazon baby product reviews classification using knn from scratch.

Notifications You must be signed in to change notification settings

hrishivib/amazon-review-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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