A comparison of Twitter Sentiment Analysis between spacy and sklearn
In my last post I used the open source library, spacy, to carry out predictions on a sentiment analysis. In this post I intend to make predictions on the same dataset using sklearn’s natural language processing, NLP, facilities. The reason why I am making predictions on the same dataset is because I would like to carry out a comparison check to see which algorithm works…