From d1a070187e915c2086bd209a1014e91a2769df2e Mon Sep 17 00:00:00 2001 From: Chenhui Hu Date: Fri, 27 Mar 2020 16:01:27 -0400 Subject: [PATCH] Chenhui/update diagram (#172) * update multiround training diagram * minor change * update diagram and minor change Former-commit-id: db07b00674f7d29de37ac20027b876085fc1b4b0 --- .../python/00_quick_start/autoarima_single_round.ipynb | 2 +- .../grocery_sales/python/02_model/lightgbm_multi_round.ipynb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/grocery_sales/python/00_quick_start/autoarima_single_round.ipynb b/examples/grocery_sales/python/00_quick_start/autoarima_single_round.ipynb index d260b0b7..f15413e0 100644 --- a/examples/grocery_sales/python/00_quick_start/autoarima_single_round.ipynb +++ b/examples/grocery_sales/python/00_quick_start/autoarima_single_round.ipynb @@ -1131,7 +1131,7 @@ "```\n", "on your local machine before accessing the dashboard locally. Below is a snapshot of the Ray dashboard during a previous run of the notebook.\n", "\n", - "" + "\n" ] }, { diff --git a/examples/grocery_sales/python/02_model/lightgbm_multi_round.ipynb b/examples/grocery_sales/python/02_model/lightgbm_multi_round.ipynb index d061b1ac..f566a571 100644 --- a/examples/grocery_sales/python/02_model/lightgbm_multi_round.ipynb +++ b/examples/grocery_sales/python/02_model/lightgbm_multi_round.ipynb @@ -302,9 +302,9 @@ "source": [ "## Model Training\n", "\n", - "We then perform a multi-round training by fitting a LightGBM model using the training data in each forecast round. After the models are trained, we apply them to generate forecasts for the target weeks. The paradigm of model training and evaluation is illustrated in the following figure\n", + "We then perform a multi-round training by fitting a LightGBM model using the training data in each forecast round. After the models are trained, we apply them to generate forecasts for the target weeks. The paradigm of model training and testing is illustrated in the following diagram\n", "\n", - "" + "" ] }, {