Skip to content

BhavyaTeja/ReviewsAnalysis_NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ReviewsAnalysis_NLP

Analysis of the Restaurant reviews by using the Naive Bayes & the Random Forests Algorithms and also validating the results using k-fold cross validation. The project steps involve the following...

● Importing the dataset

● Preprocessing the data

● Cleaning the data using 're' library

● Creating the bag of words model

● Splitting into Test & Train datasets

● Fitting Naive Bayes & the Random Forest classification models

● Finding the accuracy of the models using k-fold cross validation

By calculating the accuracies, we can clearly see that the Random Forest Algorithm performs better than the Naive Bayes Algorithm.

About

Analysis of the Restaurant reviews by using the Naive Bayes & the Random Forests Algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages