A NLP model to classify review of a restaurant!
Steps invloved
Importing the libraries
Importing the dataset
Cleaning the texts
Creating the Bag of Words model
Splitting the dataset into the Training set and Test set
Training the Naive Bayes model on the Training set
Predicting the Test set results
Making the Confusion Matrix