int_sequence slicing in timeseries_dataset_from_array from Chapter 10
jawatech opened this issue · 1 comments
jawatech commented
Hi all,
I'm wondering if this line of code
data=int_sequence[:-3],
could be modified to be
data=int_sequence[:-1],
for at least the output seems fine:
[0, 1, 2] 3
[1, 2, 3] 4
[2, 3, 4] 5
[3, 4, 5] 6
[4, 5, 6] 7
[5, 6, 7] 8
[6, 7, 8] 9
ifond commented
I have received your E-mail——Steven Lee