top of page
Fake Or Real Reviews
About Project
The idea behind this project is to train model to detect fake or genuine reviews.
This filtration will help the customers identify best product.
Steps of project
-
Preprocessing dataset
-
Training Model
Preprocessing Dataset
-
Used amazon reviews labeled fake or genuine Reviews
-
Wrote a pre processing script to generate more useful columns from review such as total sentences or word, punctuations, stop words,etc.
Training Model
Used various models to train data such as KNN, K-means, Random Forest, CART, Naive Bayes, SVM, etc. and compared accuracy generated from each models
bottom of page