Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 373 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 373 Bytes

✔ Stock Price Changes Prediction

  • Build a NLP and ML model predicting from the headlines of Stock News, whether the stock price will increase or not.

  • Used RandomForest Algorithm in NLP Model and converted the classified data to integer format.

  • And then the classified data is then feeded to ML model to predict the increase or decrease of stock price.