SkillAgentSearch skills...

StockPricePrediction

Stock Price Prediction using Machine Learning Techniques

Install / Use

/learn @scorpionhiccup/StockPricePrediction

README

Stock Market Price Predictor using Supervised Learning

Aim

To examine a number of different forecasting techniques to predict future stock returns based on past returns and numerical news indicators to construct a portfolio of multiple stocks in order to diversify the risk. We do this by applying supervised learning methods for stock price forecasting by interpreting the seemingly chaotic market data.

Setup Instructions

    $ workon myvirtualenv                                  [Optional]
    $ pip install -r requirements.txt
    $ python scripts/Algorithms/regression_models.py <input-dir> <output-dir>

Download the Dataset needed for running the code from here.

Project Concept Video

Project Concept Video

Methodology

  1. Preprocessing and Cleaning
  2. Feature Extraction
  3. Twitter Sentiment Analysis and Score
  4. Data Normalization
  5. Analysis of various supervised learning methods
  6. Conclusions

Research Paper

Datasets used

  1. http://www.nasdaq.com/
  2. https://in.finance.yahoo.com
  3. https://www.google.com/finance

Useful Links

  • Slides: http://www.slideshare.net/SharvilKatariya/stock-price-trend-forecasting-using-supervised-learning
  • Video: https://www.youtube.com/watch?v=z6U0OKGrhy0
  • Report: https://github.com/scorpionhiccup/StockPricePrediction/blob/master/Report.pdf

References

View on GitHub
GitHub Stars1.5k
CategoryContent
Updated1d ago
Forks435

Languages

Jupyter Notebook

Security Score

100/100

Audited on Mar 26, 2026

No findings