Skip to content

Commit

Permalink
Merge pull request #94 from aws-samples/fix_broken_links_20201030
Browse files Browse the repository at this point in the history
Fixing broken hyperlinks.
  • Loading branch information
shimomut authored Oct 31, 2020
2 parents 3dbeb0a + 7f9f3ea commit d82ff06
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"In this notebook, we walk through the process of generating forecasts for cold start items. Notice that <b>only DeepAR+ supports cold start.</b> At a high level, the flow can be summarized as follows. \n",
"\n",
"1. We follow the complete process with non-cold start items as in the previous notebooks such as \n",
" * [4. Getting_started_with_DeepAR+.ipynb](https://github.com/aws-samples/amazon-forecast-samples/blob/master/notebooks/4.%20Getting_started_with_DeepAR%2B.ipynb) or \n",
" * [6. Incorporating_Related_Time_Series_dataset_to_your_Predictor.ipynb](https://github.com/aws-samples/amazon-forecast-samples/blob/master/notebooks/6.Incorporating_Related_Time_Series_dataset_to_your_Predictor.ipynb). \n",
" * [4. Getting_started_with_DeepAR+.ipynb](../Getting_started_with_DeepAR+/Getting_started_with_DeepAR+.ipynb) or \n",
" * [6. Incorporating_Related_Time_Series_dataset_to_your_Predictor.ipynb](../Incorporating_Related_Time_Series_dataset_to_your_Predictor/Incorporating_Related_Time_Series_dataset_to_your_Predictor.ipynb). \n",
" \n",
" The major addition is that, *the item meta information for both the cold start and non-cold start items are imported in the system*. \n",
"\n",
Expand Down

0 comments on commit d82ff06

Please sign in to comment.