DMTSource
daily-stock-forecast
HTML

Daily Stock Forecasts using Machine Learning & Python

Last updated Jun 26, 2026
360
Stars
169
Forks
2
Issues
0
Stars/day
Attention Score
70
Language breakdown
No language data available.
Files click to expand
README

Daily Stock Forecast =======

Daily Stock Forecasts optimizes and ranks machine learning models to predict the intraday movement of the stock market for the top 10 US Equities by Market Cap and a number of popular indicies.

Screenshots of Daily Stock Forecast live and in action:

Features ========

Every trading day, DSF builds a number of classification models using historical candle+volume data. Each model's hyperparameters are optimized as well as the length of the lookback period per sample. Classification reprots are generated using test data. The f1 score is used to rank models.

File Structure ============ Key files in the application hierarchy.

  • polymer-site
* a simple Polymer Starter Kit is used to build a responsive website.

  • backend
* forecast generation script & helpers

Installation ============

The frontend runs on a Google App Engine instance. It utilizes python, WebApp2, Jinja2 templating, JQuery, Google Charts, and soon Polymer and web components.

The backend and analysis can run locally if the datastore writing is disabled, but the current datastore exchange expects that the forecast is performed "inside the project" on a Google Compute Engine instance with the ability to securely access the Datastore.

Dependencies


  • Python 2.7+
  • numpy
  • pandas
  • pandas-datastore==0.5.0
  • pytz
  • scikit-learn
  • Polymer 2+
Usage

python daily-stock-forecast.py

Credits/Contact ============

Daily Stock Forecast was developed by Derek M Tishler,

🔗 More in this category

© 2026 GitRepoTrend · DMTSource/daily-stock-forecast · Updated daily from GitHub