File size: 2,222 Bytes
6995cbb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
  "name": "sensor-rand-v1",
  "condition": "rand",
  "version": "v1",
  "description": "Sensor rand dataset v1. Negative control counterpart to sensor_fixed_v1. Inner alias (sensor code) is randomly assigned per example \u2014 no stable phenomenon\u2192code mapping. Balance is per outer alias (8 \u00d7 4,680 = 37,440 train). Used to isolate geometric effects of stable code learning.",
  "structural_invariants": {
    "outer_aliases": [
      "thr",
      "gst",
      "prt",
      "clr",
      "stn",
      "mst",
      "hub",
      "ref"
    ],
    "inner_aliases": [
      "thr",
      "gst",
      "prt",
      "clr",
      "rnfl",
      "hgr",
      "grvl",
      "brt",
      "mbl",
      "nbl",
      "evp",
      "cnd",
      "frs",
      "snw",
      "flx",
      "tnd",
      "drt",
      "ftu"
    ],
    "inner_alias_is_random": true
  },
  "alias_groups": {
    "T1": [
      "thr",
      "gst",
      "prt",
      "clr"
    ],
    "T2": [
      "rnfl",
      "hgr",
      "grvl",
      "brt",
      "mbl",
      "nbl",
      "evp",
      "cnd",
      "frs",
      "snw",
      "flx",
      "tnd",
      "drt",
      "ftu"
    ]
  },
  "table_alias_map": {
    "temperature": "thr",
    "wind_speed": "gst",
    "air_quality": "prt",
    "visibility": "clr",
    "rainfall": "rnfl",
    "humidity": "hgr",
    "soil_moisture": "grvl",
    "sunlight": "brt",
    "pressure": "mbl",
    "cloud_cover": "nbl",
    "evaporation": "evp",
    "dew_point": "cnd",
    "frost": "frs",
    "snow_depth": "snw",
    "uv_index": "flx",
    "lightning": "tnd",
    "drought_index": "drt",
    "turbidity": "ftu"
  },
  "fan_out_by_alias": {
    "thr": 1,
    "gst": 1,
    "prt": 1,
    "clr": 1,
    "rnfl": null,
    "hgr": null,
    "grvl": null,
    "brt": null,
    "mbl": null,
    "nbl": null,
    "evp": null,
    "cnd": null,
    "frs": null,
    "snw": null,
    "flx": null,
    "tnd": null,
    "drt": null,
    "ftu": null
  },
  "split_sizes": {
    "train": 37440,
    "val": 4320
  },
  "examples_per_outer_alias": {
    "train": 4680,
    "val": 540
  },
  "generation": {
    "seed": 42,
    "generated_at": "2026-06-26T22:56:09.302826",
    "script": "src/00_data/generate_sensor_rand_v1.py"
  }
}