update documentation for time series forecasting (#472)

* update automl.py
- documentation update

* update test_forecast.py

* update model.py

* update automl_time_series_forecast.ipynb

* update time series forecast website examples

Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
This commit is contained in:
Kevin Chen
2022-03-08 14:21:18 -05:00
committed by GitHub
parent f0b0cae682
commit f9eda0cc40
5 changed files with 3554 additions and 41 deletions

View File

@@ -371,7 +371,6 @@ def test_multivariate_forecast_cat(budget=5):
def test_forecast_classification(budget=5):
from hcrystalball.utils import get_sales_data
from hcrystalball.wrappers import get_sklearn_wrapper
time_horizon = 30
df = get_sales_data(n_dates=180, n_assortments=1, n_states=1, n_stores=1)