Skip to content

Commit 8fec8a1

Browse files
authored
DOC: Correct typos in Hierarchical Forecasting (#2082)
1 parent cd363d3 commit 8fec8a1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

notebooks/source/hierarchical_forecasting.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,12 @@
255255
"source": [
256256
"## Model Specification\n",
257257
"\n",
258-
"Here is are the main components of the forecasting model:\n",
258+
"Here are the main components of the forecasting model:\n",
259259
"\n",
260260
"- The local level dynamic is driven by the destination station. we use a hierarchical structure to model all the destination-level drift of the local level component. As these hierarchical models can have weird geometries to sample from, we also learn the re-parameterization parameters from the data.\n",
261261
"- The seasonal components and the noise scales come as a sum of the origin and destination stations.\n",
262262
"\n",
263-
"To make everything more tangible, lets look into the model structure in code."
263+
"To make everything more tangible, let's look into the model structure in code."
264264
]
265265
},
266266
{
@@ -1003,9 +1003,9 @@
10031003
],
10041004
"metadata": {
10051005
"kernelspec": {
1006-
"display_name": "Python 3",
1006+
"display_name": "Python [conda env:base] *",
10071007
"language": "python",
1008-
"name": "python3"
1008+
"name": "conda-base-py"
10091009
},
10101010
"language_info": {
10111011
"codemirror_mode": {
@@ -1017,9 +1017,9 @@
10171017
"name": "python",
10181018
"nbconvert_exporter": "python",
10191019
"pygments_lexer": "ipython3",
1020-
"version": "3.12.9"
1020+
"version": "3.11.5"
10211021
}
10221022
},
10231023
"nbformat": 4,
1024-
"nbformat_minor": 2
1024+
"nbformat_minor": 4
10251025
}

0 commit comments

Comments
 (0)