Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jzaragosa06/flask_server


https://github.com/jzaragosa06/flask_server

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Flask server for my automated time series forecasting project



This server has the following functionality:
1) Forecast on univariate or multivariate time series data. Either the data has a same frequency (day, week, month, quarter, year) or has a recurring gap/skip.
2) Analyze the trend of time series data using simple-moving average with n-moving window.
3) Analyze for the seasonality of time series data.

Reminder:
1) We remove the 'with refit' selection in forecasting as it is computationally expensive and time intensive in practice.