File size: 1,522 Bytes
18bc3cc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 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 | {
"benchmark_name": "shanse001_rebuilt_entity_split",
"num_selected_entities": 7,
"num_branches": 12,
"target_interval_minutes": 1,
"base_interval_minutes": 10,
"train_source": "combined",
"seed": 42,
"dropped_zero_signal_datasets": [],
"train": {
"entity_count": 5,
"entity_names": [
"shanse001_aug_chunk_01_1min",
"shanse001_aug_chunk_02_1min",
"shanse001_aug_chunk_06_1min",
"shanse001_aug_chunk_03_1min",
"shanse001_aug_chunk_05_1min"
],
"combined_rows": 104835,
"base_rows": 34945,
"combined_hours": 1747.25,
"base_hours": 582.4166666666666,
"train_source": "combined"
},
"val": {
"entity_count": 1,
"entity_names": [
"shanse001_aug_chunk_04_1min"
],
"combined_rows": 21273,
"base_rows": 7091,
"combined_hours": 354.55,
"base_hours": 118.18333333333334,
"train_source": "base"
},
"test": {
"entity_count": 1,
"entity_names": [
"shanse001_jul_chunk_01_1min"
],
"combined_rows": 35973,
"base_rows": 11991,
"combined_hours": 599.55,
"base_hours": 199.85,
"train_source": "base"
},
"train_csv_path": "train.csv",
"val_csv_path": "validation.csv",
"test_csv_path": "test.csv",
"notes": [
"Entity-level split. The same entity never appears in more than one split.",
"Training entities may use combined synthetic CSVs; validation and test use base CSVs only.",
"All downstream methods should reuse this benchmark bundle unchanged."
]
}
|