ABCDEFGHIJKLMNOPQRSTUVWX
1
Instructions:
2
1. Make a copy of this file (you only need a Google account)
3
2. Modify only the Parameters table with your data. Only M, W, D, and H freq supported.
4
3. Result table shows the tokens
5
6
7
ParametersResult
8
Number of series10,000input tokens0
9
Timestamps per serie48output tokens0
10
Number of exog vars0finetune input tokens480,000
11
FrequencyMfinetune output tokens10,000
12
Horizon1
13
Number of levels0
14
Finetune steps1
15
16
17
Input size
18
M24
19
W52
20
D240
21
H840
22
23
Calculations
24
total input size480000
25
restrict inputFALSE
26
restriction size24
27
final input size480000
28
final output size10000
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100