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
Stock Sentiment Analysis using News Headlines This project analyzes stock market trends by classifying news headlines into positive or negative sentiments using a RandomForest Classifier. Achieved 84.1% accuracy with feature extraction using Bag of Words. Technologies: Python, Scikit-Learn, Pandas.