Skip to content

farzan-shams/Stock-Prices-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Stock Market Prediction using Numerical and Textual Analysis

A brief description of what this project does and who it's for

Objective

To Create a hybrid model for stock price or performance prediction using numerical analysis of historical stock prices, and sentiment analysis of news headlines

Approach

Extract the Sentiment Scores from the news headlines data using the SentimentIntensityAnalyzer.

Try different Regression Models on the merged dataset for the best accuracy.

Applied RandomForestRegressor, DecisionTreeRegressor and XGBRegressor.

Achieved a Mean Squared Error of 0.0346(Best outcome) from the DecisionTreeRegressor.

Datasets used

News Headlines Data from https://bit.ly/36fFPI6

Historical stock prices(SENSEX (S&P BSE SENSEX)) from https://finance.yahoo.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published