Predict-Stock-Market-Headline
-
Notifications
You must be signed in to change notification settings - Fork 0
Predict whether a stock price will increase based on headlines on a specific day. Data is Wrangled and Merged for modeling. The bag of words approach is used to vectorize textual data. A combination of NLP and ML models like RanfomForestClassifier is used to predict final results, plus the Naive Bayes approach with NLP to predict the results.
Dhrumil-Zion/Predicting-Stock-Market-Using-Headlines
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Predict whether a stock price will increase based on headlines on a specific day. Data is Wrangled and Merged for modeling. The bag of words approach is used to vectorize textual data. A combination of NLP and ML models like RanfomForestClassifier is used to predict final results, plus the Naive Bayes approach with NLP to predict the results.