Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DMTSource/daily-stock-forecast
Daily Stock Forecasts using Machine Learning & Python
https://github.com/DMTSource/daily-stock-forecast
appengine-python datastore forecast google-charts machine-learning pandas polymer python sklearn stock
Last synced: 9 days ago
JSON representation
Daily Stock Forecasts using Machine Learning & Python
- Host: GitHub
- URL: https://github.com/DMTSource/daily-stock-forecast
- Owner: DMTSource
- Created: 2015-01-27T03:47:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T15:59:35.000Z (over 4 years ago)
- Last Synced: 2024-10-29T23:33:16.424Z (22 days ago)
- Topics: appengine-python, datastore, forecast, google-charts, machine-learning, pandas, polymer, python, sklearn, stock
- Language: HTML
- Homepage: http://daily-stock-forecast.com
- Size: 4.25 MB
- Stars: 352
- Watchers: 40
- Forks: 173
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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:
![](https://github.com/DMTSource/daily-stock-forecast/blob/master/daily-stock-forecast.png)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 & helpersInstallation
============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,