Inspiration

Sentiment analysis of airline pilots is necessary to detect.

What it does

The repo focuses on using Natural Language Processing (NLP) to classify the sentiment of US airlines commands.

How we built it

The data has been pre-processed, features are extracted and ensembling methods have been applied to classify the sentiments or to do the sentiment analysis. Pre-processing steps involved:

Removing stop-words from the text. Ruling out the punctuations. Lemmatizing the words by WordNetLemmatizer. Important libraries that were used are:

NLTK SpaCy Pandas Feature extraction was done and the text was converted into vectors by CountVectorizer (CV).

Accomplishments that we're proud of

Random Forest ensembling methods was used and training and testing scores of 0.99 and 0.75 was obtained.

Share this project:

Updates