Professor29 NifferLi commited on
Commit
53ddd94
·
0 Parent(s):

Duplicate from NifferLi/Cold-Chain-Transportation-Strawberry

Browse files

Co-authored-by: Hu Li <NifferLi@users.noreply.huggingface.co>

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +66 -0
  2. README.md +837 -0
  3. article_release/ALL_benchmark_W60.parquet +3 -0
  4. article_release/ALL_benchmark_W60.xlsx +3 -0
  5. article_release/DOWNLOAD_ALL_benchmark_W60_PARQUET.md +1 -0
  6. article_release/DOWNLOAD_ALL_benchmark_W60_XLSX.md +1 -0
  7. article_release/README.md +159 -0
  8. benchmark_v2/S1_aligned_strict_linear_with_labels.parquet +3 -0
  9. benchmark_v2/S2_aligned_strict_linear_with_labels.parquet +3 -0
  10. benchmark_v2/S3_aligned_strict_linear_with_labels.parquet +3 -0
  11. benchmark_v2/S4_aligned_strict_linear_with_labels.parquet +3 -0
  12. benchmark_v2/S5_aligned_strict_linear_with_labels.parquet +3 -0
  13. benchmark_v2/S6_aligned_strict_linear_with_labels.parquet +3 -0
  14. benchmark_v2/all.parquet +3 -0
  15. benchmark_v2_pca/S1_aligned_strict_linear_with_labels_pca10.parquet +3 -0
  16. benchmark_v2_pca/S1_aligned_strict_linear_with_labels_pca20.parquet +3 -0
  17. benchmark_v2_pca/S1_aligned_strict_linear_with_labels_pca50.parquet +3 -0
  18. benchmark_v2_pca/S2_aligned_strict_linear_with_labels_pca10.parquet +3 -0
  19. benchmark_v2_pca/S2_aligned_strict_linear_with_labels_pca20.parquet +3 -0
  20. benchmark_v2_pca/S2_aligned_strict_linear_with_labels_pca50.parquet +3 -0
  21. benchmark_v2_pca/S3_aligned_strict_linear_with_labels_pca10.parquet +3 -0
  22. benchmark_v2_pca/S3_aligned_strict_linear_with_labels_pca20.parquet +3 -0
  23. benchmark_v2_pca/S3_aligned_strict_linear_with_labels_pca50.parquet +3 -0
  24. benchmark_v2_pca/S4_aligned_strict_linear_with_labels_pca10.parquet +3 -0
  25. benchmark_v2_pca/S4_aligned_strict_linear_with_labels_pca20.parquet +3 -0
  26. benchmark_v2_pca/S4_aligned_strict_linear_with_labels_pca50.parquet +3 -0
  27. benchmark_v2_pca/S5_aligned_strict_linear_with_labels_pca10.parquet +3 -0
  28. benchmark_v2_pca/S5_aligned_strict_linear_with_labels_pca20.parquet +3 -0
  29. benchmark_v2_pca/S5_aligned_strict_linear_with_labels_pca50.parquet +3 -0
  30. benchmark_v2_pca/S6_aligned_strict_linear_with_labels_pca10.parquet +3 -0
  31. benchmark_v2_pca/S6_aligned_strict_linear_with_labels_pca20.parquet +3 -0
  32. benchmark_v2_pca/S6_aligned_strict_linear_with_labels_pca50.parquet +3 -0
  33. benchmark_v2_pca/all_pca10.parquet +3 -0
  34. benchmark_v2_pca/all_pca20.parquet +3 -0
  35. benchmark_v2_pca/all_pca50.parquet +3 -0
  36. data/w60_S1.parquet +3 -0
  37. data/w60_S2.parquet +3 -0
  38. data/w60_S3.parquet +3 -0
  39. data/w60_S4.parquet +3 -0
  40. data/w60_S5.parquet +3 -0
  41. data/w60_S6.parquet +3 -0
  42. data/w60_all.parquet +3 -0
  43. folds/w60_loso_holdout_S1_test.parquet +3 -0
  44. folds/w60_loso_holdout_S1_train.parquet +3 -0
  45. folds/w60_loso_holdout_S2_test.parquet +3 -0
  46. folds/w60_loso_holdout_S2_train.parquet +3 -0
  47. folds/w60_loso_holdout_S3_test.parquet +3 -0
  48. folds/w60_loso_holdout_S3_train.parquet +3 -0
  49. folds/w60_loso_holdout_S4_test.parquet +3 -0
  50. folds/w60_loso_holdout_S4_train.parquet +3 -0
.gitattributes ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.avro filter=lfs diff=lfs merge=lfs -text
4
+ *.bin filter=lfs diff=lfs merge=lfs -text
5
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
6
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
7
+ *.ftz filter=lfs diff=lfs merge=lfs -text
8
+ *.gz filter=lfs diff=lfs merge=lfs -text
9
+ *.h5 filter=lfs diff=lfs merge=lfs -text
10
+ *.joblib filter=lfs diff=lfs merge=lfs -text
11
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
13
+ *.mds filter=lfs diff=lfs merge=lfs -text
14
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
+ *.model filter=lfs diff=lfs merge=lfs -text
16
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
17
+ *.npy filter=lfs diff=lfs merge=lfs -text
18
+ *.npz filter=lfs diff=lfs merge=lfs -text
19
+ *.onnx filter=lfs diff=lfs merge=lfs -text
20
+ *.ot filter=lfs diff=lfs merge=lfs -text
21
+ *.parquet filter=lfs diff=lfs merge=lfs -text
22
+ *.pb filter=lfs diff=lfs merge=lfs -text
23
+ *.pickle filter=lfs diff=lfs merge=lfs -text
24
+ *.pkl filter=lfs diff=lfs merge=lfs -text
25
+ *.pt filter=lfs diff=lfs merge=lfs -text
26
+ *.pth filter=lfs diff=lfs merge=lfs -text
27
+ *.rar filter=lfs diff=lfs merge=lfs -text
28
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
29
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
31
+ *.tar filter=lfs diff=lfs merge=lfs -text
32
+ *.tflite filter=lfs diff=lfs merge=lfs -text
33
+ *.tgz filter=lfs diff=lfs merge=lfs -text
34
+ *.wasm filter=lfs diff=lfs merge=lfs -text
35
+ *.xz filter=lfs diff=lfs merge=lfs -text
36
+ *.zip filter=lfs diff=lfs merge=lfs -text
37
+ *.zst filter=lfs diff=lfs merge=lfs -text
38
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
39
+ # Audio files - uncompressed
40
+ *.pcm filter=lfs diff=lfs merge=lfs -text
41
+ *.sam filter=lfs diff=lfs merge=lfs -text
42
+ *.raw filter=lfs diff=lfs merge=lfs -text
43
+ # Audio files - compressed
44
+ *.aac filter=lfs diff=lfs merge=lfs -text
45
+ *.flac filter=lfs diff=lfs merge=lfs -text
46
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
47
+ *.ogg filter=lfs diff=lfs merge=lfs -text
48
+ *.wav filter=lfs diff=lfs merge=lfs -text
49
+ # Image files - uncompressed
50
+ *.bmp filter=lfs diff=lfs merge=lfs -text
51
+ *.gif filter=lfs diff=lfs merge=lfs -text
52
+ *.png filter=lfs diff=lfs merge=lfs -text
53
+ *.tiff filter=lfs diff=lfs merge=lfs -text
54
+ # Image files - compressed
55
+ *.jpg filter=lfs diff=lfs merge=lfs -text
56
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
57
+ *.webp filter=lfs diff=lfs merge=lfs -text
58
+ # Video files - compressed
59
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
60
+ *.webm filter=lfs diff=lfs merge=lfs -text
61
+ article_release/ALL_benchmark_W60.xlsx filter=lfs diff=lfs merge=lfs -text
62
+ Cold-Chain-Transportation-Strawberry-Release/ALL_benchmark_W60.xlsx filter=lfs diff=lfs merge=lfs -text
63
+ article_release/ALL_benchmark_W60/ALL_benchmark_W60.xlsx filter=lfs diff=lfs merge=lfs -text
64
+ article_release/_xet_repair_test/ALL_benchmark_W60.xlsx filter=lfs diff=lfs merge=lfs -text
65
+ article_release/_fallback_test/ALL_benchmark_W60.xlsx filter=lfs diff=lfs merge=lfs -text
66
+ article_release/ALL_benchmark_W60_release_v1.xlsx filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,837 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ pretty_name: Cold-Chain Transportation Strawberry Dataset for ADVEI Article Release
6
+ tags:
7
+ - time-series
8
+ - cold-chain
9
+ - early-warning
10
+ - risk-prediction
11
+ - human-centric-ai
12
+ - supply-chain
13
+ - explainability
14
+ - prescriptive-analytics
15
+ task_categories:
16
+ - tabular-classification
17
+ size_categories:
18
+ - 10K<n<100K
19
+ ---
20
+
21
+ # Cold-Chain Transportation Strawberry Dataset — ADVEI Article Release
22
+
23
+ This repository provides the processed dataset used in the accepted *Advanced Engineering Informatics* article:
24
+
25
+ **A Human-Centric Edge-Oriented Decision Support System for Cold Chain Transportation: Early Warning, Trigger-Time Explanation, and Prescriptive Action Ranking**
26
+
27
+ To be published in: *Advanced Engineering Informatics*.
28
+
29
+ ## Final Article Release
30
+
31
+ The finalized article-release dataset is hosted directly in this Hugging Face repository and can be viewed or downloaded using the links below:
32
+
33
+ | File | Hugging Face |
34
+ |---|---|
35
+ | `ALL_benchmark_W60.parquet` | [View or download](article_release/ALL_benchmark_W60.parquet) |
36
+ | `ALL_benchmark_W60.xlsx` | [View or download](article_release/ALL_benchmark_W60.xlsx) |
37
+
38
+ The Parquet file is recommended for programmatic use. The Excel file is provided for convenient inspection.
39
+
40
+ If the Hugging Face preview or download is temporarily unavailable, the same files can be downloaded from the following public Google Drive backup folder:
41
+
42
+ [Download from the Google Drive backup mirror](https://drive.google.com/drive/folders/1nGwz-wM6gM68djXA60qpG-73-kPFidKW?usp=sharing)
43
+
44
+ Detailed download instructions are available at:
45
+
46
+ [`article_release/DOWNLOAD_DATA.md`](article_release/DOWNLOAD_DATA.md)
47
+
48
+ The final article-release table contains the integrated W60 processed benchmark used in the study, including shipment identifiers, timestamps, resampled multi-sensor temperature records, engineered W60 features, risk labels, future severe-risk prediction targets, cause flags for explanation consistency checking, and evaluation/audit-related fields.
49
+
50
+ ---
51
+
52
+ ## Dataset Summary
53
+
54
+ - **Domain:** Cold-chain logistics for strawberry transportation
55
+ - **Source:** Public strawberry cold-chain transportation dataset
56
+ - **Entities:** 6 shipments (`S1`–`S6`)
57
+ - **Sensors:** 9 temperature probe positions per timestamp
58
+ - **Sensor layout:** Front / Middle / Rear × Top / Middle / Bottom
59
+ - **Sampling interval after processing:** 10 minutes
60
+ - **Feature window:** W60, using the past 60 minutes
61
+ - **Primary prediction horizon:** 120 minutes
62
+ - **Primary target:** `y_next_120_R2`
63
+ - **Main evaluation setting:** leave-one-shipment-out (LOSO) generalization
64
+
65
+ The primary task is to predict, at time `t`, whether the shipment will enter a severe-risk state (`R2`) within the next 120 minutes, using 10-minute sampled multi-sensor temperature data and engineered past-window statistics.
66
+
67
+ This dataset supports research on:
68
+
69
+ - cold-chain early-warning prediction;
70
+ - deployment-like generalization across unseen shipments;
71
+ - event-level alerting evaluation rather than point-wise classification only;
72
+ - trigger-time explanation and weak-supervision consistency checking;
73
+ - human-centric decision support and prescriptive action ranking.
74
+
75
+ ---
76
+
77
+ ## Repository Structure
78
+
79
+ ```text
80
+ Cold-Chain-Transportation-Strawberry/
81
+ ├── article_release/
82
+ │ ├── ALL_benchmark_W60.parquet
83
+ │ ├── ALL_benchmark_W60.xlsx
84
+ │ └── DOWNLOAD_DATA.md
85
+ ├── data/
86
+ │ ├── w60_S1.parquet
87
+ │ ├── w60_S2.parquet
88
+ │ ├── w60_S3.parquet
89
+ │ ├── w60_S4.parquet
90
+ │ ├── w60_S5.parquet
91
+ │ ├── w60_S6.parquet
92
+ │ └── w60_all.parquet
93
+ ├── folds/
94
+ ├── splits/
95
+ ├── benchmark_v2/
96
+ ├── benchmark_v2_pca/
97
+ └── README.md
98
+ ```
99
+
100
+ The two finalized files under `article_release/` are the primary files for reproducing or inspecting the dataset used in the accepted ADVEI article. A public Google Drive backup mirror is provided in `article_release/DOWNLOAD_DATA.md`.
101
+
102
+ ## Recommended Files
103
+
104
+ The authoritative processed dataset for the accepted ADVEI article is:
105
+
106
+ ```text
107
+ article_release/ALL_benchmark_W60.parquet
108
+ ```
109
+
110
+ The corresponding Excel file is:
111
+
112
+ ```text
113
+ article_release/ALL_benchmark_W60.xlsx
114
+ ```
115
+
116
+ The Parquet file is recommended for programmatic analysis. The Excel file contains the same article-release dataset in a format suitable for convenient inspection.
117
+
118
+ If either Hugging Face file is temporarily unavailable, use the public Google Drive backup mirror:
119
+
120
+ [Open the Google Drive backup folder](https://drive.google.com/drive/folders/1nGwz-wM6gM68djXA60qpG-73-kPFidKW?usp=sharing)
121
+
122
+ The six shipment-level files under `data/` are retained for shipment-level inspection:
123
+
124
+ ```text
125
+ data/w60_S1.parquet
126
+ data/w60_S2.parquet
127
+ data/w60_S3.parquet
128
+ data/w60_S4.parquet
129
+ data/w60_S5.parquet
130
+ data/w60_S6.parquet
131
+ ```
132
+
133
+ The all-shipment file under `data/` is retained for convenience:
134
+
135
+ ```text
136
+ data/w60_all.parquet
137
+ ```
138
+
139
+ The folders `benchmark_v2/` and `benchmark_v2_pca/` are earlier or auxiliary processed releases. They are retained for transparency but are not the primary files for reproducing the accepted ADVEI article.
140
+
141
+ For the final article release, use the files under `article_release/`.
142
+
143
+ ---
144
+
145
+ ## Primary Prediction Task
146
+
147
+ ### Target Label
148
+
149
+ ```text
150
+ y_next_120_R2
151
+ ```
152
+
153
+ ### Meaning
154
+
155
+ At time `t`, predict whether the shipment will enter the severe-risk state `R2` within the next 120 minutes.
156
+
157
+ - `1` = the shipment will enter R2 within the prediction horizon
158
+ - `0` = the shipment will not enter R2 within the prediction horizon
159
+
160
+ Future labels such as `y_next_*` and time-to-event fields such as `eta_to_R2_*` are provided for ground truth and evaluation only. They must not be used as predictive input features.
161
+
162
+ ---
163
+
164
+ ## How to Load
165
+
166
+ ### Load the final article-release Parquet file
167
+
168
+ ```python
169
+ from huggingface_hub import hf_hub_download
170
+ import pandas as pd
171
+
172
+ repo_id = "NifferLi/Cold-Chain-Transportation-Strawberry"
173
+
174
+ path = hf_hub_download(
175
+ repo_id=repo_id,
176
+ filename="article_release/ALL_benchmark_W60.parquet",
177
+ repo_type="dataset"
178
+ )
179
+
180
+ df = pd.read_parquet(path)
181
+
182
+ print(df.shape)
183
+ print(df.head())
184
+ ```
185
+
186
+ ### Load the Excel version
187
+
188
+ ```python
189
+ from huggingface_hub import hf_hub_download
190
+ import pandas as pd
191
+
192
+ repo_id = "NifferLi/Cold-Chain-Transportation-Strawberry"
193
+
194
+ path = hf_hub_download(
195
+ repo_id=repo_id,
196
+ filename="article_release/ALL_benchmark_W60.xlsx",
197
+ repo_type="dataset"
198
+ )
199
+
200
+ df = pd.read_excel(path)
201
+
202
+ print(df.shape)
203
+ print(df.head())
204
+ ```
205
+
206
+ ### Backup Download
207
+
208
+ If the Hugging Face preview or download is temporarily unavailable, download the same files from the public Google Drive backup folder:
209
+
210
+ [Google Drive backup folder](https://drive.google.com/drive/folders/1nGwz-wM6gM68djXA60qpG-73-kPFidKW?usp=sharing)
211
+
212
+ After downloading, the files can be loaded locally:
213
+
214
+ ```python
215
+ import pandas as pd
216
+
217
+ df_parquet = pd.read_parquet("ALL_benchmark_W60.parquet")
218
+ df_excel = pd.read_excel("ALL_benchmark_W60.xlsx")
219
+
220
+ print(df_parquet.shape)
221
+ print(df_excel.shape)
222
+ ```
223
+
224
+ ### Load a shipment-level Parquet file
225
+
226
+ ```python
227
+ from huggingface_hub import hf_hub_download
228
+ import pandas as pd
229
+
230
+ repo_id = "NifferLi/Cold-Chain-Transportation-Strawberry"
231
+
232
+ path = hf_hub_download(
233
+ repo_id=repo_id,
234
+ filename="data/w60_S1.parquet",
235
+ repo_type="dataset"
236
+ )
237
+
238
+ df_s1 = pd.read_parquet(path)
239
+
240
+ print(df_s1.shape)
241
+ print(df_s1.head())
242
+ ```
243
+
244
+ ---
245
+
246
+ ## Column Groups
247
+
248
+ Each row corresponds to one W60 window snapshot for one shipment at one timestamp.
249
+
250
+ ### Identifiers and Time
251
+
252
+ ```text
253
+ Time
254
+ window_id
255
+ window_start_time
256
+ window_end_time
257
+ shipment_id
258
+ ```
259
+
260
+ ### Raw Sensor Readings at Time t
261
+
262
+ ```text
263
+ Front_Top
264
+ Front_Middle
265
+ Front_Bottom
266
+ Middle_Top
267
+ Middle_Middle
268
+ Middle_Bottom
269
+ Rear_Top
270
+ Rear_Middle
271
+ Rear_Bottom
272
+ ```
273
+
274
+ Missing readings are recorded as `NaN`.
275
+
276
+ ### Missing Masks at Time t
277
+
278
+ ```text
279
+ mask_Front_Top
280
+ mask_Front_Middle
281
+ mask_Front_Bottom
282
+ mask_Middle_Top
283
+ mask_Middle_Middle
284
+ mask_Middle_Bottom
285
+ mask_Rear_Top
286
+ mask_Rear_Middle
287
+ mask_Rear_Bottom
288
+ ```
289
+
290
+ ### Data Quality and Guardrail Fields
291
+
292
+ ```text
293
+ N_valid
294
+ coverage_points
295
+ N_active_t
296
+ coverage_time
297
+ sconf
298
+ conf_band
299
+ conf_level
300
+ is_incomplete
301
+ is_fail_safe
302
+ is_soft_guardrail
303
+ is_guardrail
304
+ is_trainable
305
+ mask_ratio_t
306
+ ```
307
+
308
+ ### Current Rule-Based Risk Stage
309
+
310
+ ```text
311
+ risk_level
312
+ label_R0
313
+ label_R1
314
+ label_R2
315
+ ```
316
+
317
+ Risk level definitions:
318
+
319
+ - `0` = R0, normal
320
+ - `1` = R1, warning
321
+ - `2` = R2, severe risk
322
+
323
+ ### Cause Flags for Explanation Consistency Checking
324
+
325
+ ```text
326
+ cause_high_peak
327
+ cause_high_duration
328
+ cause_low_peak
329
+ cause_low_duration
330
+ ```
331
+
332
+ These cause flags are current-time rule-derived indicators based on sensor readings. They are retained for weak-supervision consistency checking and audit purposes.
333
+
334
+ ### Rule Primitives and Current-State Statistics
335
+
336
+ ```text
337
+ T_max_window
338
+ T_min_window
339
+ T_mean
340
+ T_std
341
+ dur_gt4
342
+ dur_lt0
343
+ dur_lt_minus1
344
+ has_over10
345
+ spatial_range_t
346
+ spatial_std_t
347
+ T_mean_t
348
+ hot_ratio_t
349
+ cold_ratio_t
350
+ ```
351
+
352
+ ### Future Labels and Time-to-Event Fields
353
+
354
+ ```text
355
+ y_next_60_R2
356
+ eta_to_R2_60
357
+ y_next_120_R2
358
+ eta_to_R2_120
359
+ ```
360
+
361
+ These are target or evaluation fields and must not be used as model input features.
362
+
363
+ ### W60 Engineered Features
364
+
365
+ Examples include:
366
+
367
+ ```text
368
+ W60_T_mean
369
+ W60_T_std
370
+ W60_T_min
371
+ W60_T_max
372
+ W60_T_range
373
+ W60_delta
374
+ W60_slope
375
+ W60_spatial_range_mean
376
+ W60_spatial_range_max
377
+ W60_spatial_std_mean
378
+ W60_hot_ratio_mean
379
+ W60_hot_ratio_max
380
+ W60_over_auc_mean
381
+ W60_over_auc_max
382
+ W60_under_auc_mean
383
+ W60_under_auc_max
384
+ W60_over_dur_mean
385
+ W60_under_dur_mean
386
+ W60_active_ratio_mean
387
+ W60_mask_ratio_mean
388
+ W60_runlen_hot_any_min
389
+ W60_runlen_cold_any_min
390
+ W60_runlen_hot_mean_min
391
+ W60_runlen_cold_mean_min
392
+ W60_runlen_hot_any_ratio
393
+ W60_runlen_cold_any_ratio
394
+ W60_runlen_hot_mean_ratio
395
+ W60_runlen_cold_mean_ratio
396
+ ```
397
+
398
+ ### v4 Engineered Features
399
+
400
+ Examples include:
401
+
402
+ ```text
403
+ v4_over_auc_t
404
+ v4_under_auc_t
405
+ v4_over_max_t
406
+ v4_under_max_t
407
+ v4_hot_ratio_t
408
+ v4_cold_ratio_t
409
+ v4_spatial_range_t
410
+ v4_spatial_std_t
411
+ v4_median_t
412
+ v4_iqr_t
413
+ v4_p90_t
414
+ v4_p95_t
415
+ v4_shock_t
416
+ v4_slope_short_t
417
+ v4_slope_long_t
418
+ v4_accel_t
419
+ v4_active_ratio_t
420
+ v4_missing_streak_t
421
+ ```
422
+
423
+ ---
424
+
425
+ ## Leakage Policy
426
+
427
+ To ensure deployment-realistic evaluation, future labels and evaluation-only fields must be excluded from predictive model inputs.
428
+
429
+ ### Must Exclude from Predictive Inputs
430
+
431
+ ```text
432
+ y_next_60_R2
433
+ eta_to_R2_60
434
+ y_next_120_R2
435
+ eta_to_R2_120
436
+ risk_level
437
+ label_R0
438
+ label_R1
439
+ label_R2
440
+ ```
441
+
442
+ The target column for the main task is:
443
+
444
+ ```text
445
+ y_next_120_R2
446
+ ```
447
+
448
+ ### Cause Flags
449
+
450
+ ```text
451
+ cause_high_peak
452
+ cause_high_duration
453
+ cause_low_peak
454
+ cause_low_duration
455
+ ```
456
+
457
+ These cause flags are retained for explanation consistency checking and audit purposes. If users train alternative models, they should clearly report whether these fields are included or excluded.
458
+
459
+ For reproducing the article protocol, users should follow the feature exclusion rules described in the associated article and use the event-level early-warning evaluation protocol.
460
+
461
+ ---
462
+
463
+ ## Evaluation Protocol
464
+
465
+ ### Outer Validation
466
+
467
+ Use leave-one-shipment-out (LOSO) validation:
468
+
469
+ - train on 5 shipments;
470
+ - test on the held-out shipment;
471
+ - repeat for all six shipments;
472
+ - report mean and standard deviation across `S1`–`S6`.
473
+
474
+ ### Metrics
475
+
476
+ Report both point-wise and event-level metrics.
477
+
478
+ Point-wise metrics may include:
479
+
480
+ ```text
481
+ Precision
482
+ Recall
483
+ F1
484
+ ```
485
+
486
+ Event-level metrics may include:
487
+
488
+ ```text
489
+ EVENT_F1
490
+ EVENT_TP
491
+ EVENT_FN
492
+ EVENT_FP_OUTSIDE
493
+ EVENT_PRED_TOTAL
494
+ LEAD_mean
495
+ LEAD_median
496
+ ```
497
+
498
+ ### Event-Level Alerting
499
+
500
+ Point-wise predictions can be converted into alert events using a persistence-plus-cooldown policy.
501
+
502
+ Typical operational parameters used in the article pipeline are:
503
+
504
+ ```text
505
+ PERSIST_K = 1
506
+ COOLDOWN_MIN = 120
507
+ ```
508
+
509
+ Event-level evaluation should focus on early warning rather than within-crisis identification. Detections after the shipment is already in R2 should not be rewarded as valid early-warning detections.
510
+
511
+ ---
512
+
513
+ ## Suggested Baselines
514
+
515
+ ### Model Baselines
516
+
517
+ - ExtraTrees (ET)
518
+ - RandomForest (RF)
519
+ - Logistic Regression (LOGIT)
520
+ - Gradient boosting models such as LightGBM or XGBoost as optional comparisons
521
+
522
+ ### Rule Baselines
523
+
524
+ Deterministic threshold baselines can be constructed using rule-related primitives such as:
525
+
526
+ ```text
527
+ T_max_window
528
+ T_min_window
529
+ dur_gt4
530
+ dur_lt0
531
+ dur_lt_minus1
532
+ has_over10
533
+ ```
534
+
535
+ These rule baselines are useful for sanity checks and interpretability comparisons.
536
+
537
+ ---
538
+
539
+ ## Human-Centric Decision Support Outputs
540
+
541
+ The dataset was used in a human-centric edge-oriented decision support pipeline including:
542
+
543
+ - predictive early warning;
544
+ - trigger-time local explanation;
545
+ - trigger-type probability representation;
546
+ - prescriptive action ranking;
547
+ - operator-facing structured messages;
548
+ - explanation and message audit.
549
+
550
+ The cause flags and risk-stage fields support weak-supervision consistency checking and audit analysis. The article evaluates the complete system through event-level prediction, explanation consistency, prescriptive action ranking, message audit, and a controlled human-subject decision-support experiment.
551
+
552
+ ---
553
+
554
+ ## Source Dataset
555
+
556
+ The processed benchmark in this repository is derived from a publicly available strawberry cold-chain transportation dataset:
557
+
558
+ ```text
559
+ Abdella, A., Brecht, J. K., & Uysal, I.
560
+ A time-temperature dataset for the strawberry cold chain across multiple shipments and locations.
561
+ arXiv preprint arXiv:2103.12895.
562
+ ```
563
+
564
+ The processed files in this repository provide the article-specific W60 benchmark used for early-warning prediction, explanation, and decision-support evaluation.
565
+
566
+ ---
567
+
568
+ ## Citation
569
+
570
+ If you use this dataset, please cite the associated article:
571
+
572
+ ```text
573
+ Li, H., Uygun, Ö., Yu, X., Zhou, Y., Chang, X., & Chen, C.-H.
574
+ A Human-Centric Edge-Oriented Decision Support System for Cold Chain Transportation:
575
+ Early Warning, Trigger-Time Explanation, and Prescriptive Action Ranking.
576
+ Advanced Engineering Informatics, forthcoming.
577
+ ```
578
+
579
+ The DOI and final bibliographic details will be added once available.
580
+
581
+ You may also cite this dataset repository as:
582
+
583
+ ```bibtex
584
+ @dataset{li_coldchain_transportation_strawberry_advei,
585
+ author = {Li, Hu},
586
+ title = {Cold-Chain Transportation Strawberry Dataset for ADVEI Article Release},
587
+ publisher = {Hugging Face},
588
+ year = {2026},
589
+ note = {Processed dataset for the accepted Advanced Engineering Informatics article}
590
+ }
591
+ ```
592
+
593
+ ---
594
+
595
+ ## Contact
596
+
597
+ For questions regarding this dataset, please open an issue in this repository or contact the corresponding author listed in the associated article.
598
+
599
+ ---
600
+
601
+ # Appendix A — Formal Label and Risk Definitions
602
+
603
+ This appendix summarises the rule-stage labels and future labels used in the processed benchmark.
604
+
605
+ ## A.1 Notation
606
+
607
+ - Sampling interval: `Δt = 10 minutes`
608
+ - Window length: `W = 60 minutes`
609
+ - Number of time points in each W60 window: 6
610
+ - Number of temperature sensors: 9
611
+ - Let `x_{t,s}` denote the temperature at time `t` for sensor `s`.
612
+
613
+ ## A.2 Rule Primitives Computed on the W60 Window
614
+
615
+ Define per-time-step maxima and minima across sensors:
616
+
617
+ ```text
618
+ Tmax_j = max_s x_{j,s}
619
+ Tmin_j = min_s x_{j,s}
620
+ ```
621
+
622
+ Rule primitives include:
623
+
624
+ ```text
625
+ dur_gt4(t)
626
+ dur_lt0(t)
627
+ dur_lt_minus1(t)
628
+ has_over10(t)
629
+ T_min_window(t)
630
+ T_max_window(t)
631
+ ```
632
+
633
+ where:
634
+
635
+ - `dur_gt4(t)` measures cumulative exposure above 4°C within the W60 window;
636
+ - `dur_lt0(t)` measures cumulative exposure below 0°C within the W60 window;
637
+ - `dur_lt_minus1(t)` measures cumulative exposure below -1°C within the W60 window;
638
+ - `has_over10(t)` indicates whether temperature above 10°C occurs within the W60 window;
639
+ - `T_min_window(t)` and `T_max_window(t)` are the minimum and maximum observed temperatures within the W60 window.
640
+
641
+ ## A.3 Cause Indicators
642
+
643
+ The four cause indicators are:
644
+
645
+ ```text
646
+ cause_high_peak
647
+ cause_high_duration
648
+ cause_low_peak
649
+ cause_low_duration
650
+ ```
651
+
652
+ They correspond to:
653
+
654
+ - high-temperature peak excursion;
655
+ - sustained high-temperature exposure;
656
+ - low-temperature peak excursion;
657
+ - sustained low-temperature exposure.
658
+
659
+ ## A.4 Current Rule Risk Stage
660
+
661
+ The processed benchmark contains:
662
+
663
+ ```text
664
+ risk_level
665
+ label_R0
666
+ label_R1
667
+ label_R2
668
+ ```
669
+
670
+ The risk levels are:
671
+
672
+ - `R0`: normal
673
+ - `R1`: warning
674
+ - `R2`: severe risk
675
+
676
+ ## A.5 Future Labels
677
+
678
+ The released future-label columns are:
679
+
680
+ ```text
681
+ y_next_60_R2
682
+ y_next_120_R2
683
+ eta_to_R2_60
684
+ eta_to_R2_120
685
+ ```
686
+
687
+ The primary article task uses:
688
+
689
+ ```text
690
+ y_next_120_R2
691
+ ```
692
+
693
+ For the article protocol, timestamps already in R2 are included during model training, but detections after the shipment is already in R2 are not rewarded as valid early-warning detections during event-level evaluation. Therefore, users should use the released target columns as provided and apply the event-level early-warning masking rule when reproducing article-level early-warning evaluation.
694
+
695
+ All future checks are performed within the same shipment.
696
+
697
+ ---
698
+
699
+ # Appendix B — Data Quality and Guardrails
700
+
701
+ ## B.1 Coverage
702
+
703
+ At each time `t`:
704
+
705
+ ```text
706
+ N_valid(t) = number of observed sensors at time t
707
+ coverage_points(t) = N_valid(t) / 9
708
+ ```
709
+
710
+ Within the W60 window:
711
+
712
+ ```text
713
+ N_active_t(t) = number of active time points in the W60 window
714
+ coverage_time(t) = N_active_t(t) / 6
715
+ ```
716
+
717
+ ## B.2 Confidence Score and Banding
718
+
719
+ The sensor confidence score is:
720
+
721
+ ```text
722
+ sconf(t) = (coverage_points(t) + coverage_time(t)) / 2
723
+ ```
724
+
725
+ Confidence bands are encoded in:
726
+
727
+ ```text
728
+ conf_band
729
+ conf_level
730
+ ```
731
+
732
+ The corresponding guardrail fields are:
733
+
734
+ ```text
735
+ is_incomplete
736
+ is_fail_safe
737
+ is_soft_guardrail
738
+ is_guardrail
739
+ is_trainable
740
+ ```
741
+
742
+ These fields are used to distinguish full, partial, and zero-observability regimes and to support audit and reliability handling in the decision-support pipeline.
743
+
744
+ ---
745
+
746
+ # Appendix C — Practical Feature Grouping
747
+
748
+ ## C.1 Raw Sensors
749
+
750
+ ```text
751
+ Front_Top
752
+ Front_Middle
753
+ Front_Bottom
754
+ Middle_Top
755
+ Middle_Middle
756
+ Middle_Bottom
757
+ Rear_Top
758
+ Rear_Middle
759
+ Rear_Bottom
760
+ ```
761
+
762
+ ## C.2 Sensor Masks
763
+
764
+ ```text
765
+ mask_Front_Top
766
+ mask_Front_Middle
767
+ mask_Front_Bottom
768
+ mask_Middle_Top
769
+ mask_Middle_Middle
770
+ mask_Middle_Bottom
771
+ mask_Rear_Top
772
+ mask_Rear_Middle
773
+ mask_Rear_Bottom
774
+ ```
775
+
776
+ ## C.3 Data Quality and Guardrails
777
+
778
+ ```text
779
+ N_valid
780
+ coverage_points
781
+ N_active_t
782
+ coverage_time
783
+ sconf
784
+ conf_band
785
+ conf_level
786
+ is_incomplete
787
+ is_fail_safe
788
+ is_soft_guardrail
789
+ is_guardrail
790
+ is_trainable
791
+ mask_ratio_t
792
+ ```
793
+
794
+ ## C.4 Rule and Audit Fields
795
+
796
+ ```text
797
+ risk_level
798
+ label_R0
799
+ label_R1
800
+ label_R2
801
+ cause_high_peak
802
+ cause_high_duration
803
+ cause_low_peak
804
+ cause_low_duration
805
+ ```
806
+
807
+ ## C.5 Future Labels and Evaluation Fields
808
+
809
+ ```text
810
+ y_next_60_R2
811
+ eta_to_R2_60
812
+ y_next_120_R2
813
+ eta_to_R2_120
814
+ ```
815
+
816
+ ## C.6 Window and Engineered Features
817
+
818
+ Feature families include:
819
+
820
+ ```text
821
+ W60_*
822
+ v4_*
823
+ spatial_*
824
+ T_*
825
+ dur_*
826
+ ```
827
+
828
+ Users should inspect the column names in `article_release/ALL_benchmark_W60.parquet` for the complete feature list.
829
+
830
+ ---
831
+
832
+ ## Changelog
833
+
834
+ - `article_release`: Final processed benchmark files and download instructions for the accepted ADVEI article.
835
+ - `ALL_benchmark_W60.parquet` and `ALL_benchmark_W60.xlsx` are hosted directly in the Hugging Face repository.
836
+ - A public Google Drive folder is maintained as a backup mirror in case Hugging Face preview or download is temporarily unavailable.
837
+ - Earlier folders such as `benchmark_v2/` and `benchmark_v2_pca/` are retained as legacy or auxiliary processed releases.
article_release/ALL_benchmark_W60.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84638d948e04ca1eb810d2f46848eeadcacbb9d719b40aa647a4d68e1c9fff88
3
+ size 1446284
article_release/ALL_benchmark_W60.xlsx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d35ec35f55fbe602486b6548c921327de0f1b7b2c8673ecd838dc0e3236d8d36
3
+ size 6640576
article_release/DOWNLOAD_ALL_benchmark_W60_PARQUET.md ADDED
@@ -0,0 +1 @@
 
 
1
+ https://drive.google.com/drive/folders/1nGwz-wM6gM68djXA60qpG-73-kPFidKW?usp=sharing
article_release/DOWNLOAD_ALL_benchmark_W60_XLSX.md ADDED
@@ -0,0 +1 @@
 
 
1
+ https://drive.google.com/drive/folders/1nGwz-wM6gM68djXA60qpG-73-kPFidKW?usp=sharing
article_release/README.md ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Article-Release Dataset Downloads
2
+
3
+ The finalized article-release dataset is hosted directly in this Hugging Face repository.
4
+
5
+ ## Primary Download — Hugging Face
6
+
7
+ | File | Format | View on Hugging Face | Direct download |
8
+ |---|---|---|---|
9
+ | `ALL_benchmark_W60.parquet` | Apache Parquet | [View file](https://huggingface.co/datasets/NifferLi/Cold-Chain-Transportation-Strawberry/blob/main/article_release/ALL_benchmark_W60.parquet) | [Download](https://huggingface.co/datasets/NifferLi/Cold-Chain-Transportation-Strawberry/resolve/main/article_release/ALL_benchmark_W60.parquet?download=true) |
10
+ | `ALL_benchmark_W60.xlsx` | Microsoft Excel | [View file](https://huggingface.co/datasets/NifferLi/Cold-Chain-Transportation-Strawberry/blob/main/article_release/ALL_benchmark_W60.xlsx) | [Download](https://huggingface.co/datasets/NifferLi/Cold-Chain-Transportation-Strawberry/resolve/main/article_release/ALL_benchmark_W60.xlsx?download=true) |
11
+
12
+ The Parquet file is recommended for programmatic analysis. The Excel file is provided for convenient inspection and use in spreadsheet software.
13
+
14
+ ## Backup Download — Google Drive
15
+
16
+ If the Hugging Face preview or download is temporarily unavailable, the same article-release files can be downloaded from the following public Google Drive backup folder:
17
+
18
+ [Open the Google Drive backup folder](https://drive.google.com/drive/folders/1nGwz-wM6gM68djXA60qpG-73-kPFidKW?usp=sharing)
19
+
20
+ The backup folder contains:
21
+
22
+ ```text
23
+ ALL_benchmark_W60.parquet
24
+ ALL_benchmark_W60.xlsx
25
+ ```
26
+
27
+ The Google Drive folder is configured as:
28
+
29
+ > **Anyone with the link → Viewer**
30
+
31
+ No access request should normally be required.
32
+
33
+ ## Dataset Description
34
+
35
+ Both files contain the same finalized article-release benchmark dataset in different formats.
36
+
37
+ The dataset contains:
38
+
39
+ - **14,398 rows**
40
+ - **107 columns**
41
+ - data from six strawberry cold-chain shipments;
42
+ - resampled multi-sensor temperature measurements;
43
+ - engineered W60 features;
44
+ - current risk-stage labels;
45
+ - future severe-risk prediction targets;
46
+ - explanation-consistency cause flags;
47
+ - data-quality, confidence, and audit-related fields.
48
+
49
+ ## Recommended Format
50
+
51
+ ### Parquet
52
+
53
+ Use `ALL_benchmark_W60.parquet` for:
54
+
55
+ - Python or R analysis;
56
+ - machine-learning experiments;
57
+ - preservation of data types;
58
+ - efficient loading and storage.
59
+
60
+ ### Excel
61
+
62
+ Use `ALL_benchmark_W60.xlsx` for:
63
+
64
+ - manual inspection;
65
+ - spreadsheet-based review;
66
+ - convenient viewing of columns and values.
67
+
68
+ ## Loading with Python
69
+
70
+ ### Parquet
71
+
72
+ ```python
73
+ from huggingface_hub import hf_hub_download
74
+ import pandas as pd
75
+
76
+ repo_id = "NifferLi/Cold-Chain-Transportation-Strawberry"
77
+
78
+ path = hf_hub_download(
79
+ repo_id=repo_id,
80
+ filename="article_release/ALL_benchmark_W60.parquet",
81
+ repo_type="dataset"
82
+ )
83
+
84
+ df = pd.read_parquet(path)
85
+
86
+ print(df.shape)
87
+ print(df.head())
88
+ ```
89
+
90
+ ### Excel
91
+
92
+ ```python
93
+ from huggingface_hub import hf_hub_download
94
+ import pandas as pd
95
+
96
+ repo_id = "NifferLi/Cold-Chain-Transportation-Strawberry"
97
+
98
+ path = hf_hub_download(
99
+ repo_id=repo_id,
100
+ filename="article_release/ALL_benchmark_W60.xlsx",
101
+ repo_type="dataset"
102
+ )
103
+
104
+ df = pd.read_excel(path)
105
+
106
+ print(df.shape)
107
+ print(df.head())
108
+ ```
109
+
110
+ ## Loading Files Downloaded from Google Drive
111
+
112
+ If the files were downloaded from the Google Drive backup folder, load them directly from the local directory:
113
+
114
+ ```python
115
+ import pandas as pd
116
+
117
+ df_parquet = pd.read_parquet("ALL_benchmark_W60.parquet")
118
+ df_excel = pd.read_excel("ALL_benchmark_W60.xlsx")
119
+
120
+ print(df_parquet.shape)
121
+ print(df_excel.shape)
122
+ ```
123
+
124
+ ## Availability Note
125
+
126
+ Hugging Face is the primary hosting and documentation platform for this dataset.
127
+
128
+ The public Google Drive folder is maintained as a backup mirror to ensure continuous access if the Hugging Face file preview, content-delivery service, or direct download is temporarily unavailable.
129
+
130
+ Both locations provide the same finalized article-release files.
131
+
132
+ ## Citation
133
+
134
+ When using this dataset, please cite the associated article:
135
+
136
+ ```text
137
+ Li, H., Uygun, Ö., Yu, X., Zhou, Y., Chang, X., & Chen, C.-H.
138
+ A Human-Centric Edge-Oriented Decision Support System for Cold Chain Transportation:
139
+ Early Warning, Trigger-Time Explanation, and Prescriptive Action Ranking.
140
+ Advanced Engineering Informatics, forthcoming.
141
+ ```
142
+
143
+ The DOI and final bibliographic details will be added once available.
144
+
145
+ The dataset repository may also be cited as:
146
+
147
+ ```bibtex
148
+ @dataset{li_coldchain_transportation_strawberry_advei,
149
+ author = {Li, Hu},
150
+ title = {Cold-Chain Transportation Strawberry Dataset for ADVEI Article Release},
151
+ publisher = {Hugging Face},
152
+ year = {2026},
153
+ note = {Processed dataset for the accepted Advanced Engineering Informatics article}
154
+ }
155
+ ```
156
+
157
+ ## Contact
158
+
159
+ For questions about the dataset, file contents, or download access, please open a discussion in the Hugging Face dataset repository.
benchmark_v2/S1_aligned_strict_linear_with_labels.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:849e959ffddf0a524202dee72b3d337a8f06c6956f94585b1da3f2fd04eadc25
3
+ size 145155
benchmark_v2/S2_aligned_strict_linear_with_labels.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e086dde035554a9535104481196ed801850125690a9fc8bea1dcbd23e7af073c
3
+ size 135329
benchmark_v2/S3_aligned_strict_linear_with_labels.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3267578e79ef349a88a939b42d6fec215d8b69c520def1f2b218f4067e3e6008
3
+ size 120816
benchmark_v2/S4_aligned_strict_linear_with_labels.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7971fb61b41c0fadfe915f41beb5c1fe7c828c9b4e1190eb4c698051e1921cb
3
+ size 120750
benchmark_v2/S5_aligned_strict_linear_with_labels.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb6157685e2a53a4a483c7cae438f4f20fa87314aeb7433639abaad69d71faed
3
+ size 105608
benchmark_v2/S6_aligned_strict_linear_with_labels.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d130834bbcf92c976e7c8c466c8797955f2bfb02d46ba887323e6458e1c5c57f
3
+ size 120205
benchmark_v2/all.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd1f2458c7c3d516e3c8bb6589968dd81610b8cd3d218fa10efdd271f4f7a71e
3
+ size 412319
benchmark_v2_pca/S1_aligned_strict_linear_with_labels_pca10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b93a07ca4312035757a76fe8ff37f62f90819a985a723806bfb75aa1adb91dd
3
+ size 256654
benchmark_v2_pca/S1_aligned_strict_linear_with_labels_pca20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:770ea2bfbe8785c7e6e8d4e138604737ad2143a8c739af03f54018c3c7c0dc78
3
+ size 368169
benchmark_v2_pca/S1_aligned_strict_linear_with_labels_pca50.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4517612a17bffdb9b238accbfe6f1ba143776bc2622ab311ac0280a9d7ad28b6
3
+ size 702743
benchmark_v2_pca/S2_aligned_strict_linear_with_labels_pca10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:671cf1474b6923a35ff2bbfa120b17c63f94d09425a769f076a2b4dd2a2a4c4e
3
+ size 276544
benchmark_v2_pca/S2_aligned_strict_linear_with_labels_pca20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:893d46d46033fcb1fe48845750e24dc37d05f1e21220d3f921157868c69f08df
3
+ size 417767
benchmark_v2_pca/S2_aligned_strict_linear_with_labels_pca50.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c22f6bcf81997915fc307b99c7ba2c88a65e7811d42716a76f0b0dc3ccf22e
3
+ size 841441
benchmark_v2_pca/S3_aligned_strict_linear_with_labels_pca10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea90b2e7bf93c0d4c23957d48f2c72e17f919c69eb5baa88afbd718f45f9de73
3
+ size 244743
benchmark_v2_pca/S3_aligned_strict_linear_with_labels_pca20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f69013599b75abfcfc4b08cd6139d5d9675a324a5f7c5b4787dd86585d0bb598
3
+ size 368682
benchmark_v2_pca/S3_aligned_strict_linear_with_labels_pca50.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bd2c6cf3244e859e51c83878c258213b49f1313fe7d7f056ef8b99fdcac6563
3
+ size 740508
benchmark_v2_pca/S4_aligned_strict_linear_with_labels_pca10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd7211d818af77d31b3e8d271bd917b63c577e64ff2518cc6a336974207cdc90
3
+ size 244805
benchmark_v2_pca/S4_aligned_strict_linear_with_labels_pca20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:082bbe522aaeb76ec9bfb1acb8eb93261d88935a132a969152ec1f5ba4fe2642
3
+ size 368864
benchmark_v2_pca/S4_aligned_strict_linear_with_labels_pca50.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fad969e5eee6b8398b24f6f0a4affdb6a0a3aa3533749fdfd4f0f17a2923a9e
3
+ size 741058
benchmark_v2_pca/S5_aligned_strict_linear_with_labels_pca10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:298482458593c3696ba2663d63302ca23adfcd4f31661443347be9aeb696c9a0
3
+ size 209853
benchmark_v2_pca/S5_aligned_strict_linear_with_labels_pca20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6178e8f41a1cb927b229bd21eca494866eff61b946a144f306293439ad453f06
3
+ size 314190
benchmark_v2_pca/S5_aligned_strict_linear_with_labels_pca50.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55b63a8b1cdf07650d0dfad5e703bfbe270bdc1e924755b044f50aeb841a3a13
3
+ size 627254
benchmark_v2_pca/S6_aligned_strict_linear_with_labels_pca10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc03c7a51eddac88490194e000b7e42857a0a4c44428ca5aaf1ae6d20e056388
3
+ size 249492
benchmark_v2_pca/S6_aligned_strict_linear_with_labels_pca20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:392ae5cb4ac7fb074924d9ef8b211731075d1fe68d1bebfb25dcff2c4e55f661
3
+ size 378779
benchmark_v2_pca/S6_aligned_strict_linear_with_labels_pca50.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90f31e25a5eed3285a0644433f7fdb811f2b9721ec30b4379eeb8548fcde6a33
3
+ size 766689
benchmark_v2_pca/all_pca10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:744990c13bdff07f2dad46e86b7b06536063d002165126cd293767e3995ea8e3
3
+ size 1159256
benchmark_v2_pca/all_pca20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21cdbc1bda2b9acfda2c3f9d04fca597d63646241b57167b0ff857d02dccd9a2
3
+ size 1906313
benchmark_v2_pca/all_pca50.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:172ec805cd326f3cdb0aa0ce8d7a91749172406447e8d51eb964fa52413f3680
3
+ size 4147705
data/w60_S1.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2499dc4fa8abd1f6f0691d523c4d6f8ec9e5356bc9350d85ad07d0aecaacfe2
3
+ size 350830
data/w60_S2.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9c062a86d77db6071d67e789f5d227e55ae7101c87a6cdb9e89bd0c37e75eac
3
+ size 407018
data/w60_S3.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afbc8c11ba23a07d0e2295375f7ed58538b8e9d855464b9ace863bebb78e4ce8
3
+ size 355548
data/w60_S4.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16059747de2e0dd15e929d80bc2f1f656e94c330b74b0b459a321bea639c7028
3
+ size 353309
data/w60_S5.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:854fc7f57f61890d381eb12e4fe71ed47e77b591d30a8914b9d4cc26a0f29640
3
+ size 269179
data/w60_S6.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b93efd209ad572fd6467f824f33db8c648f5cd51e5e513223cafabc492a2c76
3
+ size 345190
data/w60_all.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffcc49fc63e84663638499dff9c13bacc40eef42b821f2d250ca62839b7789a0
3
+ size 1394399
folds/w60_loso_holdout_S1_test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2499dc4fa8abd1f6f0691d523c4d6f8ec9e5356bc9350d85ad07d0aecaacfe2
3
+ size 350830
folds/w60_loso_holdout_S1_train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12567f437eb0b395356eadbfaa36bfe34f78a1b69041c55a405406c752683918
3
+ size 1167456
folds/w60_loso_holdout_S2_test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9c062a86d77db6071d67e789f5d227e55ae7101c87a6cdb9e89bd0c37e75eac
3
+ size 407018
folds/w60_loso_holdout_S2_train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3a9ccd2c5d2d0feced174f9628366b0fe750f3393bf6ddc9aa9b28306be6718
3
+ size 1137274
folds/w60_loso_holdout_S3_test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afbc8c11ba23a07d0e2295375f7ed58538b8e9d855464b9ace863bebb78e4ce8
3
+ size 355548
folds/w60_loso_holdout_S3_train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b76b3e202249fac52ee58dbe056ae3a6c24ab2b94a868a0858ea184c4fcdef11
3
+ size 1203619
folds/w60_loso_holdout_S4_test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16059747de2e0dd15e929d80bc2f1f656e94c330b74b0b459a321bea639c7028
3
+ size 353309
folds/w60_loso_holdout_S4_train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebb9be09e70b7efa1ffef8f9f81c1c6da1fb71d53ab712f00cde3a86e5b970b6
3
+ size 1212195