feat: add optional prophet forecasting functionality to chart data api (#10324)

* feat: add prophet post processing operation

* add tests

* lint

* whitespace

* remove whitespace

* address comments

* add note to UPDATING.md
This commit is contained in:
Ville Brofeldt
2020-07-20 18:46:51 +03:00
committed by GitHub
parent 73797b8b64
commit 7af8b2b3f8
7 changed files with 357 additions and 23 deletions

View File

@@ -124,6 +124,7 @@ setup(
"cockroachdb": ["cockroachdb==0.3.3"],
"thumbnails": ["Pillow>=7.0.0, <8.0.0"],
"excel": ["xlrd>=1.2.0, <1.3"],
"prophet": ["fbprophet>=0.6, <0.7"],
},
python_requires="~=3.6",
author="Apache Software Foundation",