In this project, we will be dealing with the text messages to classify whether the review given to the restaurant is positive or negative using Machine learning models.
What will i learn?
Understanding the business problem.
Importing the dataset and required libraries.
Performing basic Exploratory Data Analysis (EDA).
Splitting Dataset into Train and Test using various sampling techniques
Building the Machine Learning Model
Requirements
Basic Programming Language
Basic knolwedge of Python is required to compile and run the examples