You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sentiment analysis project I wrote to detect the sentiments of tweets. The model is trained on a dataset of tweets and their associated sentiments. I chose this to learn how to use non-numerical data with algorithms. Uses pandas and sklearn.