Time Series Forecasting Best Practices & Examples
Перейти к файлу
Vanja Paunic dab48a460e fixed docstring in plot function
Former-commit-id: 70d8a9e657
2020-02-27 21:13:09 +00:00
.github Update to CONTRIBUTING instructions (#34) 2020-01-09 16:15:59 +00:00
R formatting fixes 2020-02-15 00:09:18 +11:00
assets updated the pictures 2020-02-20 17:07:45 +00:00
benchmarks Vapaunic/lib (#37) 2020-01-15 20:55:54 +00:00
contrib moved r exploration notebook to contrib directory 2020-02-21 11:49:52 +00:00
docs Vapaunic/lib (#37) 2020-01-15 20:55:54 +00:00
examples Arima to ARIMA 2020-02-27 18:38:33 +00:00
fclib fixed docstring in plot function 2020-02-27 21:13:09 +00:00
tests Chenhui/add automl example (#62) 2020-02-18 14:54:51 -05:00
tools replace pyramid with pmdarima 2020-02-25 14:49:53 +00:00
.flake8 Vapaunic/lib (#37) 2020-01-15 20:55:54 +00:00
.gitignore keep top-level gitignore only 2020-02-14 23:39:37 +11:00
.pre-commit-config.yaml Update to CONTRIBUTING instructions (#34) 2020-01-09 16:15:59 +00:00
AUTHORS.md minor update 2019-03-26 12:26:20 +08:00
CONTRIBUTING.md Vapaunic/envname (#61) 2020-02-13 17:32:13 -05:00
LICENSE add standard contributing guide 2019-03-20 16:50:48 +08:00
NOTICE.txt added NOTICE file, currently empty as we're not redistributing any packages 2020-01-29 11:23:39 +00:00
README.md Renaming forecasting_lib to fclib (#59) 2020-02-13 17:31:58 -05:00
SETUP.md Chenhui/env setup script (#67) 2020-02-20 14:05:53 -05:00
codeofconduct.md add standard contributing guide 2019-03-20 16:50:48 +08:00
pyproject.toml Update to CONTRIBUTING instructions (#34) 2020-01-09 16:15:59 +00:00

README.md

Forecasting Best Practices

This repository contains examples and best practices for building Forecasting solutions and systems, provided as Jupyter notebooks and a library of utility functions. The focus of the repository is on state-of-the-art methods and common scenarios that are popular among researchers and practitioners working on forecasting problems.

Getting Started

To get started, navigate to the Setup Guide, which lists instructions on how to set up your environment and dependencies, download the data and run examples provided in the repository.

Contributing

We hope that the open source community would contribute to the content and bring in the latest SOTA algorithm. This project welcomes contributions and suggestions. Before contributing, please see our Contributing Guide.

Build Status

Build Branch Status
Linux CPU master Build Status
Linux CPU staging Build Status