All Projects → DMTSource → Daily Stock Forecast

DMTSource / Daily Stock Forecast

Daily Stock Forecasts using Machine Learning & Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Daily Stock Forecast

Algorithmic-Trading
Algorithmic trading using machine learning.
Stars: ✭ 102 (-70.09%)
Mutual labels:  pandas, stock
degiro-trading-tracker
Simplified tracking of your investments
Stars: ✭ 16 (-95.31%)
Mutual labels:  pandas, stock
pybacen
This library was developed for economic analysis in the Brazilian scenario (Investments, micro and macroeconomic indicators)
Stars: ✭ 40 (-88.27%)
Mutual labels:  pandas, stock
Machine Learning
从零基础开始机器学习之旅
Stars: ✭ 209 (-38.71%)
Mutual labels:  pandas, sklearn
Pystore
Fast data store for Pandas time-series data
Stars: ✭ 325 (-4.69%)
Mutual labels:  pandas, datastore
skutil
NOTE: skutil is now deprecated. See its sister project: https://github.com/tgsmith61591/skoot. Original description: A set of scikit-learn and h2o extension classes (as well as caret classes for python). See more here: https://tgsmith61591.github.io/skutil
Stars: ✭ 29 (-91.5%)
Mutual labels:  sklearn, pandas
ml-workflow-automation
Python Machine Learning (ML) project that demonstrates the archetypal ML workflow within a Jupyter notebook, with automated model deployment as a RESTful service on Kubernetes.
Stars: ✭ 44 (-87.1%)
Mutual labels:  sklearn, pandas
Ml Cheatsheet
A constantly updated python machine learning cheatsheet
Stars: ✭ 136 (-60.12%)
Mutual labels:  pandas, sklearn
Alpha vantage
A python wrapper for Alpha Vantage API for financial data.
Stars: ✭ 3,553 (+941.94%)
Mutual labels:  pandas, stock
sklearn-predict
机器学习数据,预测趋势并画图
Stars: ✭ 16 (-95.31%)
Mutual labels:  sklearn, pandas
Data Science Notebook
📖 每一个伟大的思想和行动都有一个微不足道的开始
Stars: ✭ 196 (-42.52%)
Mutual labels:  pandas, sklearn
Data-Analyst-Nanodegree
Kai Sheng Teh - Udacity Data Analyst Nanodegree
Stars: ✭ 42 (-87.68%)
Mutual labels:  sklearn, pandas
Tensorflow Ml Nlp
텐서플로우와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 트랜스포머 챗봇까지)
Stars: ✭ 176 (-48.39%)
Mutual labels:  pandas, sklearn
stock-forecast
Simple stock & cryptocurrency price forecasting console application, using PHP Machine Learning library (https://github.com/php-ai/php-ml)
Stars: ✭ 76 (-77.71%)
Mutual labels:  stock, forecast
Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (-58.36%)
Mutual labels:  pandas, sklearn
xpandas
Universal 1d/2d data containers with Transformers functionality for data analysis.
Stars: ✭ 25 (-92.67%)
Mutual labels:  sklearn, pandas
Stocks
machine learning web app game where the user competes against the AI in picking stocks
Stars: ✭ 108 (-68.33%)
Mutual labels:  pandas, sklearn
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (-60.41%)
Mutual labels:  pandas, sklearn
skippa
SciKIt-learn Pipeline in PAndas
Stars: ✭ 33 (-90.32%)
Mutual labels:  sklearn, pandas
datahub
DataHub - Synthetic data library
Stars: ✭ 66 (-80.65%)
Mutual labels:  sklearn, pandas

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.

http://daily-stock-forecast.com/

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,
https://www.linkedin.com/in/derekmtishler/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].