1. The document discusses sentiment analysis of tweets using Python. It involves collecting tweet data using Twitter API and classifying the tweets as positive or negative using machine learning algorithms in Python.
2. It proposes using Anaconda Python to analyze tweets collected from Twitter and extract features from tweets like unigrams and bigrams to represent the tweet text. Various machine learning algorithms will then be used to conduct sentiment analysis and classify tweets as positive or negative.
3. The accuracy of individual models is limited, so the approach is to use the predictions from the top models to generate an ensemble model for improved accuracy of sentiment classification of tweets.