mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-15 22:55:03 -05:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user