Skip to content

Commit dfa5aaa

Browse files
authored
Fix typo
1 parent 46159d2 commit dfa5aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction_to_amazon_algorithms/deepar_retail_forecasting/deepar_retail_forecasting.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
"\n",
333333
"n_products = 100 # Number of products to generate. Increase this to generate more individual product data\n",
334334
"\n",
335-
"n_years = 4 # Number of years in past from current date to generate date for. Increase this to generate longer time series for each product\n",
335+
"n_years = 4 # Number of years in past from current date to generate data for. Increase this to generate longer time series for each product\n",
336336
"\n",
337337
"products = [make_product(categories, n_years) for i in range(n_products)]\n",
338338
"\n",

0 commit comments

Comments
 (0)