Skip to content

Commit 13e9340

Browse files
Merge pull request #2226 from salkhon:patch-1
PiperOrigin-RevId: 534235598
2 parents 79895b7 + 3bc53b9 commit 13e9340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: site/en/tutorials/structured_data/time_series.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@
13761376
"outputs": [],
13771377
"source": [
13781378
"print('Input shape:', wide_window.example[0].shape)\n",
1379-
"print('Output shape:', baseline(wide_window.example[0]).shape)"
1379+
"print('Output shape:', linear(wide_window.example[0]).shape)"
13801380
]
13811381
},
13821382
{

0 commit comments

Comments
 (0)