Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 593 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 593 Bytes

Description: A web application to generate time-series forecasts on your dataset.

Models supported include:

  • ARIMA Time-Series Model
  • Facebook Prophet
  • Simple Moving Average

Provides user the ability to adjust the baseline forecast using the adjustment block available on the right. Up to 3 adjustments are supported currently. Annotations are added on the chart showing the adjustments made.

All these models have been built using Python. User interface is built using Dash and Plotly. Deployed on Heroku.