artificial-intelligenceautomlazure-mlbest-practicesdeep-learningdemand-forecastingdilated-cnnforecastinghyperparameter-tuningjupyter-notebooklightgbmmachine-learningmodel-deploymentprophetpythonrretailtidyversetime-series
a11d74efc8
* initial core for forecasting library
* syncing with new structure
* __init__ files in modules
* renamed lib directory
* Added legal headers and some formatting of py files
* restructured benchmarking directory in lib
* fixed imports, warnings, legal headers
* more import fixes and legal headers
* updated instructions with package installation
* barebones library README
* moved energy benchmark to contrib
* formatting changes plus more legal headers
* Added license to the setup
* moved .swp file to contrib, not sure we need to keep it at all
* added missing headers and a brief snipet to README file
* minor wording change in readme
Former-commit-id:
|
||
---|---|---|
.github | ||
benchmarks | ||
contrib | ||
docs | ||
examples | ||
forecasting_lib | ||
tests | ||
tools | ||
.flake8 | ||
.gitignore | ||
.pre-commit-config.yaml | ||
AUTHORS.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
chglog.txt | ||
codeofconduct.md | ||
pyproject.toml |
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.