Sentiment Analysis is a technique that comes under natural language processing(NLP) and is used to predict the emotions reflected by a word or a group of words. In this blog, we will discuss one of the simplest probabilistic algorithms, Naive Bayes to predict the sentiments using their tweets.
In this article, we will discuss two data structures tuples and lists in Python. They are frequently used in Machine Learning and Data Science. These data types are also called compound data types because they can store mixture of primitive data types like Strings, ints, and floats.