You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Format: comma-separated with columns "filename" (of a time series from the uploaded archive), "label" (class label or numerical value), and any metafeatures (numerical).
27
+
</div>
28
+
29
+
<FileInput
30
+
label="Data Tarball"
31
+
{...tarFile}
32
+
data-tip
33
+
data-for="tarfileTooltip"
34
+
/>
35
+
<divstyle={description}>
36
+
Format: zipfile or tarfile containing time series files, each of which is comma-separated with columns "time", "value", "error" (optional).
Format: comma-separated with columns "filename" (of a time series from the uploaded archive), "label" (class label or numerical value), and any metafeatures (numerical).
52
-
</div>
53
-
54
-
<FileInput
55
-
label="Data Tarball"
56
-
{...tarFile}
57
-
data-tip
58
-
data-for="tarfileTooltip"
59
-
/>
60
-
<divstyle={description}>
61
-
Format: zipfile or tarfile containing time series files, each of which is comma-separated with columns "time", "value", "error" (optional).
0 commit comments