ymh233 commited on
Commit
874c585
·
verified ·
1 Parent(s): 90161cc

upload batch_0602/typeI tasks

Browse files
Files changed (34) hide show
  1. bns_merger_disk_ejecta__Mdisk/metadata.yaml +2 -1
  2. bns_merger_disk_ejecta__Mej/metadata.yaml +2 -1
  3. bns_merger_disk_ejecta__vej/metadata.yaml +2 -1
  4. cloud_cover_parameterization__cloud_cover/metadata.yaml +2 -1
  5. exfor_neutron_capture_resonance_gold__sigma_E/metadata.yaml +1 -1
  6. ghg_emission_drivers__CDE/metadata.yaml +2 -1
  7. ghg_emission_drivers__EC/metadata.yaml +2 -1
  8. ghg_emission_drivers__ME/metadata.yaml +2 -1
  9. ghg_emission_drivers__NOE/metadata.yaml +2 -1
  10. ground_motion_ita18__log10_pga/metadata.yaml +2 -1
  11. hacks_law_river_length_hydrosheds__main_length_km/metadata.yaml +2 -1
  12. island_species_richness_terceira__S_terceira/metadata.yaml +2 -1
  13. lake_thermocline_depth_pilla__z_t/metadata.yaml +2 -1
  14. neo_size_frequency_distribution__N_cum_H/metadata.yaml +1 -1
  15. nuclear_binding_energy_ame2020__BE_per_A/data/test.csv +2 -2
  16. nuclear_binding_energy_ame2020__BE_per_A/data/train.csv +2 -2
  17. nuclear_binding_energy_ame2020__BE_per_A/metadata.yaml +0 -14
  18. nuclear_binding_energy_ame2020__BE_per_A/prep_data.py +10 -5
  19. proton_em_form_factor__GE_over_GD/metadata.yaml +2 -1
  20. protoplanetary_disk_mmflux__F_mm/metadata.yaml +2 -1
  21. red_giant_asteroseismology__delta_nu/metadata.yaml +2 -2
  22. smbh_mass_sigma_relation__log_M_BH/metadata.yaml +2 -1
  23. spirometry_nhanes__FEV1_L/metadata.yaml +2 -1
  24. spirometry_nhanes__FVC_L/metadata.yaml +2 -1
  25. trade_gravity_cepii__log_tradeflow/metadata.yaml +2 -1
  26. ttauri_accretion__L_acc/metadata.yaml +2 -1
  27. volcanic_column_mer_ivespa__H_top/metadata.yaml +1 -1
  28. wind_turbine_power_curve_engie__power_kW/data/test.csv +2 -2
  29. wind_turbine_power_curve_engie__power_kW/data/train.csv +2 -2
  30. wind_turbine_power_curve_engie__power_kW/formulas/carrillo_2013_cubic.py +3 -3
  31. wind_turbine_power_curve_engie__power_kW/formulas/lydia_2014_4pl.py +10 -11
  32. wind_turbine_power_curve_engie__power_kW/formulas/reference_metrics.json +23 -23
  33. wind_turbine_power_curve_engie__power_kW/metadata.yaml +25 -13
  34. wind_turbine_power_curve_engie__power_kW/prep_data.py +41 -36
bns_merger_disk_ejecta__Mdisk/metadata.yaml CHANGED
@@ -53,7 +53,8 @@ inputs:
53
  train: [116, 1439]
54
  test: [208, 1726.28]
55
 
56
- priors: []
 
57
 
58
  n_train: 52
59
  n_test: 76
 
53
  train: [116, 1439]
54
  test: [208, 1726.28]
55
 
56
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
57
+ # priors: []
58
 
59
  n_train: 52
60
  n_test: 76
bns_merger_disk_ejecta__Mej/metadata.yaml CHANGED
@@ -68,7 +68,8 @@ inputs:
68
  test: [340.802, 1437.16]
69
 
70
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
71
- priors: []
 
72
 
73
  n_train: 50
74
  n_test: 54
 
68
  test: [340.802, 1437.16]
69
 
70
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
71
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
72
+ # priors: []
73
 
74
  n_train: 50
75
  n_test: 54
bns_merger_disk_ejecta__vej/metadata.yaml CHANGED
@@ -54,7 +54,8 @@ inputs:
54
  test: [0.103, 0.150939]
55
 
56
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
57
- priors: []
 
58
 
59
  n_train: 207
60
  n_test: 35
 
54
  test: [0.103, 0.150939]
55
 
56
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
57
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
58
+ # priors: []
59
 
60
  n_train: 207
61
  n_test: 35
cloud_cover_parameterization__cloud_cover/metadata.yaml CHANGED
@@ -76,7 +76,8 @@ inputs:
76
  test: [-0.002824, 0.000589]
77
 
78
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
79
- priors: []
 
80
 
81
  data_files:
82
  train: data/train.csv # random 80% of the NARVAL-II R2B4 snapshot (seed=42)
 
76
  test: [-0.002824, 0.000589]
77
 
78
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
79
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
80
+ # priors: []
81
 
82
  data_files:
83
  train: data/train.csv # random 80% of the NARVAL-II R2B4 snapshot (seed=42)
exfor_neutron_capture_resonance_gold__sigma_E/metadata.yaml CHANGED
@@ -13,7 +13,7 @@ target:
13
  name: log10_sigma_b
14
  symbol: log10(sigma)
15
  unit: log10(barn)
16
- description: Base-10 logarithm of the Au-197(n,gamma) inclusive capture cross section in barns. The log transform is needed because sigma spans >5 decades from the thermal background (~10-100 b) to the 4.9 eV resonance peak (~33,000 b), measured in the E < 50 eV window.
17
  range:
18
  train: [-0.866238, 4.44623]
19
  test: [-1.18417, 4.3353]
 
13
  name: log10_sigma_b
14
  symbol: log10(sigma)
15
  unit: log10(barn)
16
+ description: Base-10 logarithm of the Au-197(n,gamma) inclusive capture cross section in barns. The log transform is needed because sigma spans >5 decades from the thermal background (~10-100 b) to the resonance peak, measured in the E < 50 eV window.
17
  range:
18
  train: [-0.866238, 4.44623]
19
  test: [-1.18417, 4.3353]
ghg_emission_drivers__CDE/metadata.yaml CHANGED
@@ -62,7 +62,8 @@ inputs:
62
  test: [-4.96912, 28.9267]
63
 
64
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
65
- priors: []
 
66
 
67
  data_files:
68
  train: data/train.csv # GDP <= 20000 USD/cap (lower/middle-income regime)
 
62
  test: [-4.96912, 28.9267]
63
 
64
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
65
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
66
+ # priors: []
67
 
68
  data_files:
69
  train: data/train.csv # GDP <= 20000 USD/cap (lower/middle-income regime)
ghg_emission_drivers__EC/metadata.yaml CHANGED
@@ -61,7 +61,8 @@ inputs:
61
  train: [-4.90051, 29.7776]
62
  test: [-20.4459, 28.9267]
63
 
64
- priors: []
 
65
 
66
  data_files:
67
  train: data/train.csv # rows with GDP <= 75th percentile (lower 75% of income distribution)
 
61
  train: [-4.90051, 29.7776]
62
  test: [-20.4459, 28.9267]
63
 
64
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
65
+ # priors: []
66
 
67
  data_files:
68
  train: data/train.csv # rows with GDP <= 75th percentile (lower 75% of income distribution)
ghg_emission_drivers__ME/metadata.yaml CHANGED
@@ -62,7 +62,8 @@ inputs:
62
  test: [-4.96912, 28.9267]
63
 
64
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
65
- priors: []
 
66
 
67
  data_files:
68
  train: data/train.csv # GDP <= 20000 USD/cap (lower/middle-income regime)
 
62
  test: [-4.96912, 28.9267]
63
 
64
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
65
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
66
+ # priors: []
67
 
68
  data_files:
69
  train: data/train.csv # GDP <= 20000 USD/cap (lower/middle-income regime)
ghg_emission_drivers__NOE/metadata.yaml CHANGED
@@ -62,7 +62,8 @@ inputs:
62
  test: [-4.96912, 28.9267]
63
 
64
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
65
- priors: []
 
66
 
67
  data_files:
68
  train: data/train.csv # GDP <= 20000 USD/cap (lower/middle-income regime)
 
62
  test: [-4.96912, 28.9267]
63
 
64
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
65
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
66
+ # priors: []
67
 
68
  data_files:
69
  train: data/train.csv # GDP <= 20000 USD/cap (lower/middle-income regime)
ground_motion_ita18__log10_pga/metadata.yaml CHANGED
@@ -88,7 +88,8 @@ inputs:
88
  categories: [0, 1]
89
 
90
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
91
- priors: []
 
92
 
93
  data_files:
94
  train: data/train.csv # Mw <= 5.7 (small-to-moderate regime, 3449 rows)
 
88
  categories: [0, 1]
89
 
90
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
91
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
92
+ # priors: []
93
 
94
  data_files:
95
  train: data/train.csv # Mw <= 5.7 (small-to-moderate regime, 3449 rows)
hacks_law_river_length_hydrosheds__main_length_km/metadata.yaml CHANGED
@@ -100,7 +100,8 @@ n_test: 7085
100
  # harness evaluator; 15/16 batch02 tasks use rmse). See VERDICT.md.
101
 
102
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block kept for schema symmetry.
103
- priors: []
 
104
 
105
  references:
106
  - id: hack_1957
 
100
  # harness evaluator; 15/16 batch02 tasks use rmse). See VERDICT.md.
101
 
102
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block kept for schema symmetry.
103
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
104
+ # priors: []
105
 
106
  references:
107
  - id: hack_1957
island_species_richness_terceira__S_terceira/metadata.yaml CHANGED
@@ -66,7 +66,8 @@ n_train: 34
66
  n_test: 18
67
 
68
  # Candidate prior constants — the `priors` prompt slot.
69
- priors: [] # no candidate constants offered for this task
 
70
 
71
  # Reference-baseline bank
72
  references:
 
66
  n_test: 18
67
 
68
  # Candidate prior constants — the `priors` prompt slot.
69
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
70
+ # priors: [] # no candidate constants offered for this task
71
 
72
  # Reference-baseline bank
73
  references:
lake_thermocline_depth_pilla__z_t/metadata.yaml CHANGED
@@ -76,7 +76,8 @@ n_test: 245
76
  # constants cannot memorise 126 lakes). A lake-grouped A_s-stratified split was
77
  # considered and deferred as optional rigor.
78
 
79
- priors: []
 
80
  # FM C12 fix (2026-05-26): removed patalas_exponent=0.205 (boehrer_2008.py LAW
81
  # b_patalas) and patalas_coefficient=4.6 (boehrer_2008.py LAW a_patalas). Both
82
  # are empirical regression coefficients from Patalas (1984) calibrated on a sample
 
76
  # constants cannot memorise 126 lakes). A lake-grouped A_s-stratified split was
77
  # considered and deferred as optional rigor.
78
 
79
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
80
+ # priors: []
81
  # FM C12 fix (2026-05-26): removed patalas_exponent=0.205 (boehrer_2008.py LAW
82
  # b_patalas) and patalas_coefficient=4.6 (boehrer_2008.py LAW a_patalas). Both
83
  # are empirical regression coefficients from Patalas (1984) calibrated on a sample
neo_size_frequency_distribution__N_cum_H/metadata.yaml CHANGED
@@ -13,7 +13,7 @@ target:
13
  name: N_cum_H
14
  symbol: N(<H)
15
  unit: ""
16
- description: Cumulative count of near-Earth objects with absolute magnitude at or brighter than the bin's upper edge (count of catalog NEOs with H <= H_upper). Spans the H in [12,18] window; the declared metric is log_mae (the SFD is exponential, spanning ~3 decades in count).
17
  range:
18
  train: [2, 1097]
19
  test: [11, 760]
 
13
  name: N_cum_H
14
  symbol: N(<H)
15
  unit: ""
16
+ description: Cumulative count of near-Earth objects with absolute magnitude at or brighter than the bin's upper edge (count of catalog NEOs with H <= H_upper). Spans the H in [12,18] window; the declared metric is log_mae.
17
  range:
18
  train: [2, 1097]
19
  test: [11, 760]
nuclear_binding_energy_ame2020__BE_per_A/data/test.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:097d314c0491773eca6f974923ca1948108bc30c4226448bc0b407fe79364cd1
3
- size 21822
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c37c3c058f705194801cd4886b015d3f29a50a500bc37a37f9678e0f278780b
3
+ size 11936
nuclear_binding_energy_ame2020__BE_per_A/data/train.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb96ef46387d80df07a8e1e0ab0cd6cde00bef91584e2958ac68d7f615ca3c24
3
- size 90741
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:036d11613fba39f65b41999213153c0c5b536ff901a1fe2c69890ce93c6d1d47
3
+ size 49141
nuclear_binding_energy_ame2020__BE_per_A/metadata.yaml CHANGED
@@ -49,20 +49,6 @@ inputs:
49
  range:
50
  train: [-5, 51]
51
  test: [18, 59]
52
- - name: asym
53
- symbol: I
54
- unit: dimensionless
55
- description: Isospin asymmetry, (N - Z) / A.
56
- range:
57
- train: [-0.5, 0.666667]
58
- test: [0.096774, 0.253219]
59
- - name: coul_proxy
60
- symbol: Z(Z-1)/A^(1/3)
61
- unit: dimensionless
62
- description: Coulomb proxy, Z(Z-1) / A^(1/3) — proportional to electrostatic self-energy.
63
- range:
64
- train: [0, 1180.75]
65
- test: [1130.85, 1857.38]
66
  - name: pair
67
  symbol: delta
68
  unit: categorical
 
49
  range:
50
  train: [-5, 51]
51
  test: [18, 59]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  - name: pair
53
  symbol: delta
54
  unit: categorical
nuclear_binding_energy_ame2020__BE_per_A/prep_data.py CHANGED
@@ -15,14 +15,19 @@ Column 1 Z : int — proton number (atomic number)
15
  Column 2 N : int — neutron number
16
  Column 3 A : int — mass number (= Z + N; redundant but canonical)
17
  Column 4 NZ_diff : int — neutron excess N − Z
18
- Column 5 asym : float isospin asymmetry I = (NZ) / A
19
- Column 6 coul_proxy : float — Coulomb proxy Z(Z−1) / A^(1/3)
20
- Column 7 pair : int — parity indicator (+1 even-even, 0 odd-A, −1 odd-odd)
21
 
22
  Dropped from working CSV:
23
  'element' — element symbol, 1-to-1 with Z. Leaks provenance and allows
24
  SR methods to memorise per-element patterns without learning the underlying
25
  physics. The benchmark tests formula generalisation, not element lookup.
 
 
 
 
 
 
 
26
 
27
  === TYPE I vs TYPE II DECISION ===
28
  Verdict: TYPE I (no group_id column).
@@ -107,9 +112,9 @@ DATA_DIR = TASK_DIR / "data"
107
  EXPECTED_SHA256 = "0907c78d0626ca265f3d515c421d8e8360c0de7f32ac846079197da3554cd623"
108
  EXPECTED_ROWS = 2548
109
 
110
- OUT_COLS = ["BE_per_A", "Z", "N", "A", "NZ_diff", "asym", "coul_proxy", "pair"]
111
  INT_COLS = ["Z", "N", "A", "NZ_diff", "pair"]
112
- FLOAT_COLS = ["BE_per_A", "asym", "coul_proxy"]
113
 
114
 
115
  def main() -> None:
 
15
  Column 2 N : int — neutron number
16
  Column 3 A : int — mass number (= Z + N; redundant but canonical)
17
  Column 4 NZ_diff : int — neutron excess N − Z
18
+ Column 5 pair : int parity indicator (+1 even-even, 0 odd-A, 1 odd-odd)
 
 
19
 
20
  Dropped from working CSV:
21
  'element' — element symbol, 1-to-1 with Z. Leaks provenance and allows
22
  SR methods to memorise per-element patterns without learning the underlying
23
  physics. The benchmark tests formula generalisation, not element lookup.
24
+ 'asym' = (N−Z)/A and 'coul_proxy' = Z(Z−1)/A^(1/3) — pre-engineered
25
+ liquid-drop terms. These hand the SR system the answer's functional
26
+ structure (the asymmetry term and, especially, the non-trivial Coulomb
27
+ term Z(Z−1)/A^(1/3)), reducing discovery to coefficient fitting. No
28
+ reference baseline consumes them (all derive their terms from raw
29
+ Z,N,A,NZ_diff,pair). Dropped 2026-06-13 to keep this a genuine
30
+ discovery task.
31
 
32
  === TYPE I vs TYPE II DECISION ===
33
  Verdict: TYPE I (no group_id column).
 
112
  EXPECTED_SHA256 = "0907c78d0626ca265f3d515c421d8e8360c0de7f32ac846079197da3554cd623"
113
  EXPECTED_ROWS = 2548
114
 
115
+ OUT_COLS = ["BE_per_A", "Z", "N", "A", "NZ_diff", "pair"]
116
  INT_COLS = ["Z", "N", "A", "NZ_diff", "pair"]
117
+ FLOAT_COLS = ["BE_per_A"]
118
 
119
 
120
  def main() -> None:
proton_em_form_factor__GE_over_GD/metadata.yaml CHANGED
@@ -29,7 +29,8 @@ inputs:
29
  test: [2.07, 5.85]
30
 
31
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
32
- priors: []
 
33
 
34
  # Dataset — Type I two-file layout
35
  data_files:
 
29
  test: [2.07, 5.85]
30
 
31
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
32
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
33
+ # priors: []
34
 
35
  # Dataset — Type I two-file layout
36
  data_files:
protoplanetary_disk_mmflux__F_mm/metadata.yaml CHANGED
@@ -52,7 +52,8 @@ inputs:
52
  train: [-1.57, 1.7]
53
  test: [-0.48, 1.29]
54
 
55
- priors: []
 
56
 
57
  data_files:
58
  train: data/train.csv # low/mid-mass T Tauri stars, log10_M_star <= -0.3 (~0.5 M_sun)
 
52
  train: [-1.57, 1.7]
53
  test: [-0.48, 1.29]
54
 
55
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
56
+ # priors: []
57
 
58
  data_files:
59
  train: data/train.csv # low/mid-mass T Tauri stars, log10_M_star <= -0.3 (~0.5 M_sun)
red_giant_asteroseismology__delta_nu/metadata.yaml CHANGED
@@ -15,7 +15,7 @@ target:
15
  name: delta_nu
16
  symbol: Δν
17
  unit: uHz
18
- description: Large frequency separation between consecutive radial-order p-mode oscillations in a red-giant power spectrum, measured by autocorrelating the power spectrum (Yu+2018 §3.2).
19
  range:
20
  train: [0.747, 9.219]
21
  test: [7.139, 19.294]
@@ -24,7 +24,7 @@ inputs:
24
  - name: nu_max
25
  symbol: ν_max
26
  unit: uHz
27
- description: Frequency of maximum oscillation power, measured directly from the Gaussian fit to the power-spectrum envelope (Yu+2018 §3.1). Independent of delta_nu.
28
  range:
29
  train: [3.97, 92.86]
30
  test: [92.88, 273.16]
 
15
  name: delta_nu
16
  symbol: Δν
17
  unit: uHz
18
+ description: Large frequency separation between consecutive radial-order p-mode oscillations in a red-giant power spectrum, measured by autocorrelating the power spectrum.
19
  range:
20
  train: [0.747, 9.219]
21
  test: [7.139, 19.294]
 
24
  - name: nu_max
25
  symbol: ν_max
26
  unit: uHz
27
+ description: Frequency of maximum oscillation power, measured directly from the Gaussian fit to the power-spectrum envelope. Independent of delta_nu.
28
  range:
29
  train: [3.97, 92.86]
30
  test: [92.88, 273.16]
smbh_mass_sigma_relation__log_M_BH/metadata.yaml CHANGED
@@ -128,7 +128,8 @@ n_test: 25
128
  # 5. Metric: rmse (the evaluate.py harness computes rmse/mae/mse/smape/r2).
129
 
130
  # Candidate prior constants — the `priors` prompt slot.
131
- priors: [] # OTHER pivots deferred (Phase-2); no candidate constants offered yet
 
132
 
133
  references:
134
  # measured blocks computed 2026-05-29 by evaluate.py reference on the
 
128
  # 5. Metric: rmse (the evaluate.py harness computes rmse/mae/mse/smape/r2).
129
 
130
  # Candidate prior constants — the `priors` prompt slot.
131
+ # priors DISABLED 2026-06-08 not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
132
+ # priors: [] # OTHER pivots deferred (Phase-2); no candidate constants offered yet
133
 
134
  references:
135
  # measured blocks computed 2026-05-29 by evaluate.py reference on the
spirometry_nhanes__FEV1_L/metadata.yaml CHANGED
@@ -51,7 +51,8 @@ inputs:
51
  # Empty: no leak-free numeric prior is natural for this task (the b0..b3
52
  # coefficients are the LAW recovery target; there are no auxiliary physical
53
  # constants to offer). Present for schema symmetry with the GOLD exemplar.
54
- priors: []
 
55
 
56
  data_files:
57
  train: data/train.csv
 
51
  # Empty: no leak-free numeric prior is natural for this task (the b0..b3
52
  # coefficients are the LAW recovery target; there are no auxiliary physical
53
  # constants to offer). Present for schema symmetry with the GOLD exemplar.
54
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
55
+ # priors: []
56
 
57
  data_files:
58
  train: data/train.csv
spirometry_nhanes__FVC_L/metadata.yaml CHANGED
@@ -70,7 +70,8 @@ references:
70
  # dropped from inputs (constant within the stratum). See VERDICT.md.
71
  # priors intentionally empty: the baseline is an empirical regression with no fundamental
72
  # physical constants; exposing its fit coefficients as priors would leak the answer (FM-H1/C12).
73
- priors: []
 
74
 
75
  caps:
76
  max_law_constants: 4
 
70
  # dropped from inputs (constant within the stratum). See VERDICT.md.
71
  # priors intentionally empty: the baseline is an empirical regression with no fundamental
72
  # physical constants; exposing its fit coefficients as priors would leak the answer (FM-H1/C12).
73
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
74
+ # priors: []
75
 
76
  caps:
77
  max_law_constants: 4
trade_gravity_cepii__log_tradeflow/metadata.yaml CHANGED
@@ -77,7 +77,8 @@ n_test: 109477
77
  # challenge the stability of gravity calibrations from the pre-disruption era.
78
 
79
  # Candidate prior constants — the `priors` prompt slot.
80
- priors: [] # no candidate constants offered for this task
 
81
 
82
  # Reference-baseline bank
83
  references:
 
77
  # challenge the stability of gravity calibrations from the pre-disruption era.
78
 
79
  # Candidate prior constants — the `priors` prompt slot.
80
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
81
+ # priors: [] # no candidate constants offered for this task
82
 
83
  # Reference-baseline bank
84
  references:
ttauri_accretion__L_acc/metadata.yaml CHANGED
@@ -51,7 +51,8 @@ inputs:
51
  test: [2600, 5100]
52
 
53
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
54
- priors: []
 
55
 
56
  # Dataset — Type I two-file layout. CROSS-REGION OOD split (2026-05-29):
57
  # train = Chamaeleon I (Manara 2017, A&A 604 A127; data_raw/manara2017_chai_accretion.csv)
 
51
  test: [2600, 5100]
52
 
53
  # FM-H3 backfill (wave-11, 2026-05-26): empty priors block added for schema symmetry with GOLD.
54
+ # priors DISABLED 2026-06-08 — not shown to the agent (redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
55
+ # priors: []
56
 
57
  # Dataset — Type I two-file layout. CROSS-REGION OOD split (2026-05-29):
58
  # train = Chamaeleon I (Manara 2017, A&A 604 A127; data_raw/manara2017_chai_accretion.csv)
volcanic_column_mer_ivespa__H_top/metadata.yaml CHANGED
@@ -13,7 +13,7 @@ target:
13
  name: H_top_km_avl
14
  symbol: H_top
15
  unit: km
16
- description: Time-averaged eruption-column top height in km above vent level (Tephra Plume Top a.s.l. minus vent altitude). The declared metric is log_mae (the relationship is a power law with multiplicative ~53% scatter, so log-space error is natural; H_top is strictly positive).
17
  range:
18
  train: [0.585, 17.25]
19
  test: [5.392, 36.415]
 
13
  name: H_top_km_avl
14
  symbol: H_top
15
  unit: km
16
+ description: Time-averaged eruption-column top height in km above vent level (Tephra Plume Top a.s.l. minus vent altitude). The declared metric is log_mae.
17
  range:
18
  train: [0.585, 17.25]
19
  test: [5.392, 36.415]
wind_turbine_power_curve_engie__power_kW/data/test.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:327ab083170926bd9751b706c1c2771e762f408fd2018c14136b5bcd76eab77b
3
- size 1586936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d978c8794ceb2a075b7feebf5837f1d916e165312c097619335b304d400b72c
3
+ size 2018351
wind_turbine_power_curve_engie__power_kW/data/train.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:26208627dac0f6500718ecd3ab0f6695afc6d13fa92a6a42ab31a86c16cf0adc
3
- size 2399434
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ec96341d396c3208e57a7f15622f53ae1e2f267ee75e3cdf7a0b6df06c5d787
3
+ size 1968019
wind_turbine_power_curve_engie__power_kW/formulas/carrillo_2013_cubic.py CHANGED
@@ -37,7 +37,7 @@ LAW_CONSTANTS — frozen
37
  - V_R = 14.0 (Senvion MM82 datasheet)
38
  - V_CO = 25.0 (Senvion MM82 datasheet)
39
  - P_R = 2050.0 (Senvion MM82 datasheet)
40
- - CP_EQ = 0.4249 (pre-fit on v2 train cubic regime)
41
 
42
  OTHER_CONSTANTS — universal physics
43
  -----------------------------------
@@ -56,7 +56,7 @@ LAW_CONSTANTS = {
56
  "V_R": 14.0,
57
  "V_CO": 25.0,
58
  "P_R": 2050.0,
59
- "CP_EQ": 0.4249,
60
  }
61
  OTHER_CONSTANTS = {
62
  "RHO": 1.225,
@@ -67,7 +67,7 @@ LOCAL_FITTABLE = {}
67
 
68
  def predict(X: np.ndarray,
69
  V_CI: float = 3.5, V_R: float = 14.0, V_CO: float = 25.0,
70
- P_R: float = 2050.0, CP_EQ: float = 0.4249) -> np.ndarray:
71
  """Piecewise cubic Betz power curve."""
72
  v = np.asarray(X[:, 0], dtype=float)
73
  rho = OTHER_CONSTANTS["RHO"]
 
37
  - V_R = 14.0 (Senvion MM82 datasheet)
38
  - V_CO = 25.0 (Senvion MM82 datasheet)
39
  - P_R = 2050.0 (Senvion MM82 datasheet)
40
+ - CP_EQ = 0.4073 (pre-fit on v2 train (2014) cubic regime)
41
 
42
  OTHER_CONSTANTS — universal physics
43
  -----------------------------------
 
56
  "V_R": 14.0,
57
  "V_CO": 25.0,
58
  "P_R": 2050.0,
59
+ "CP_EQ": 0.4073,
60
  }
61
  OTHER_CONSTANTS = {
62
  "RHO": 1.225,
 
67
 
68
  def predict(X: np.ndarray,
69
  V_CI: float = 3.5, V_R: float = 14.0, V_CO: float = 25.0,
70
+ P_R: float = 2050.0, CP_EQ: float = 0.4073) -> np.ndarray:
71
  """Piecewise cubic Betz power curve."""
72
  v = np.asarray(X[:, 0], dtype=float)
73
  rho = OTHER_CONSTANTS["RHO"]
wind_turbine_power_curve_engie__power_kW/formulas/lydia_2014_4pl.py CHANGED
@@ -17,16 +17,15 @@ better to the saturation regime, as the v2 train/test split confirms.
17
  The paper publishes NO universal (a, m, n, tau) — these are
18
  turbine-specific fits. For this Type I baseline, `a` is frozen to
19
  the Senvion MM82 datasheet rated power (2050 kW), and (m, n, tau)
20
- are pre-fit on the v2 TRAIN wind-speed band (4.69 - 7.48 m/s, 204k
21
  rows).
22
 
23
  LAW_CONSTANTS — frozen
24
  ----------------------
25
- - A = 2050.0 (Senvion MM82 datasheet rated power, kW)
26
- - M = -10.0 (pre-fit on v2 train; hits constrained bound but
27
- stable across multi-start)
28
- - N = 114.51 (pre-fit on v2 train)
29
- - TAU = 1.7212 (pre-fit on v2 train, m/s)
30
 
31
  OTHER_CONSTANTS / LOCAL_FITTABLE
32
  --------------------------------
@@ -45,16 +44,16 @@ EQUATION_LOC = (
45
 
46
  LAW_CONSTANTS = {
47
  "A": 2050.0,
48
- "M": -10.0,
49
- "N": 114.5147,
50
- "TAU": 1.7212,
51
  }
52
  OTHER_CONSTANTS = {}
53
  LOCAL_FITTABLE = {}
54
 
55
 
56
- def predict(X: np.ndarray, A: float = 2050.0, M: float = -10.0,
57
- N: float = 114.5147, TAU: float = 1.7212) -> np.ndarray:
58
  """P = A · (1 + M·exp(-u/TAU)) / (1 + N·exp(-u/TAU))."""
59
  u = np.asarray(X[:, 0], dtype=float)
60
  expo = np.exp(-u / TAU)
 
17
  The paper publishes NO universal (a, m, n, tau) — these are
18
  turbine-specific fits. For this Type I baseline, `a` is frozen to
19
  the Senvion MM82 datasheet rated power (2050 kW), and (m, n, tau)
20
+ are pre-fit on the v2 TRAIN year (2014, full wind-speed range, 169k
21
  rows).
22
 
23
  LAW_CONSTANTS — frozen
24
  ----------------------
25
+ - A = 2050.0 (Senvion MM82 datasheet rated power, kW)
26
+ - M = -7.4838 (pre-fit on v2 train (2014))
27
+ - N = 113.6020 (pre-fit on v2 train (2014))
28
+ - TAU = 1.7765 (pre-fit on v2 train (2014), m/s)
 
29
 
30
  OTHER_CONSTANTS / LOCAL_FITTABLE
31
  --------------------------------
 
44
 
45
  LAW_CONSTANTS = {
46
  "A": 2050.0,
47
+ "M": -7.4838,
48
+ "N": 113.6020,
49
+ "TAU": 1.7765,
50
  }
51
  OTHER_CONSTANTS = {}
52
  LOCAL_FITTABLE = {}
53
 
54
 
55
+ def predict(X: np.ndarray, A: float = 2050.0, M: float = -7.4838,
56
+ N: float = 113.6020, TAU: float = 1.7765) -> np.ndarray:
57
  """P = A · (1 + M·exp(-u/TAU)) / (1 + N·exp(-u/TAU))."""
58
  u = np.asarray(X[:, 0], dtype=float)
59
  expo = np.exp(-u / TAU)
wind_turbine_power_curve_engie__power_kW/formulas/reference_metrics.json CHANGED
@@ -6,7 +6,7 @@
6
  "failed": false,
7
  "kind": "reference",
8
  "law_constants": {
9
- "CP_EQ": 0.4249,
10
  "P_R": 2050.0,
11
  "V_CI": 3.5,
12
  "V_CO": 25.0,
@@ -14,15 +14,15 @@
14
  },
15
  "local_fittable": [],
16
  "metrics": {
17
- "log_mae": 15.365110605795655,
18
- "mae": 127.90331999910883,
19
- "mape": 1.3183523175020733,
20
- "mdae": 62.67779329794564,
21
- "mse": 54907.94590102975,
22
- "n_finite": 136192,
23
- "r2": 0.8565494912632164,
24
- "rmse": 234.32444580331295,
25
- "smape": 0.5089855363071308
26
  },
27
  "other_constants": {
28
  "A": 5281.0,
@@ -37,21 +37,21 @@
37
  "kind": "reference",
38
  "law_constants": {
39
  "A": 2050.0,
40
- "M": -10.0,
41
- "N": 114.5147,
42
- "TAU": 1.7212
43
  },
44
  "local_fittable": [],
45
  "metrics": {
46
- "log_mae": 48.07096719703482,
47
- "mae": 60.61008983902672,
48
- "mape": 2.6794155156059616,
49
- "mdae": 41.79090542383808,
50
- "mse": 7951.817420926642,
51
- "n_finite": 136192,
52
- "r2": 0.9792253701045379,
53
- "rmse": 89.17296350871514,
54
- "smape": 0.5724634608408323
55
  },
56
  "other_constants": {},
57
  "paper_ref": "summary_formula_lydia_2014.md"
@@ -64,7 +64,7 @@
64
  "max_local_params": 0
65
  },
66
  "metric_declared": "rmse",
67
- "n_test_rows": 136192,
68
  "reference_baseline_id": null,
69
  "task": "wind_turbine_power_curve_engie__power_kW",
70
  "type": "typeI"
 
6
  "failed": false,
7
  "kind": "reference",
8
  "law_constants": {
9
+ "CP_EQ": 0.4073,
10
  "P_R": 2050.0,
11
  "V_CI": 3.5,
12
  "V_CO": 25.0,
 
14
  },
15
  "local_fittable": [],
16
  "metrics": {
17
+ "log_mae": 5.655283637677601,
18
+ "mae": 100.51001411608006,
19
+ "mape": 0.6549132665989366,
20
+ "mdae": 55.47323395614518,
21
+ "mse": 31129.672769289187,
22
+ "n_finite": 171525,
23
+ "r2": 0.8610131784992723,
24
+ "rmse": 176.43603024691183,
25
+ "smape": 0.32695142641721187
26
  },
27
  "other_constants": {
28
  "A": 5281.0,
 
37
  "kind": "reference",
38
  "law_constants": {
39
  "A": 2050.0,
40
+ "M": -7.4838,
41
+ "N": 113.602,
42
+ "TAU": 1.7765
43
  },
44
  "local_fittable": [],
45
  "metrics": {
46
+ "log_mae": 6.926038218367585,
47
+ "mae": 47.43964117771709,
48
+ "mape": 0.674180961616683,
49
+ "mdae": 31.583427674249947,
50
+ "mse": 5331.526213520674,
51
+ "n_finite": 171525,
52
+ "r2": 0.9761959630074849,
53
+ "rmse": 73.0173007822165,
54
+ "smape": 0.22116833073300837
55
  },
56
  "other_constants": {},
57
  "paper_ref": "summary_formula_lydia_2014.md"
 
64
  "max_local_params": 0
65
  },
66
  "metric_declared": "rmse",
67
+ "n_test_rows": 171525,
68
  "reference_baseline_id": null,
69
  "task": "wind_turbine_power_curve_engie__power_kW",
70
  "type": "typeI"
wind_turbine_power_curve_engie__power_kW/metadata.yaml CHANGED
@@ -15,7 +15,7 @@ target:
15
  unit: kW
16
  description: 10-minute-averaged active electrical power output of the wind turbine.
17
  range:
18
- train: [0, 1376.32]
19
  test: [0, 2051.87]
20
 
21
  inputs:
@@ -24,22 +24,35 @@ inputs:
24
  unit: m/s
25
  description: 10-minute-averaged wind speed at hub height, measured by the turbine's nacelle anemometer.
26
  range:
27
- train: [4.69, 7.48]
28
  test: [0, 19.31]
29
 
30
  # Dataset — Type I, two-file flat layout. Source: ENGIE La Haute Borne
31
  # 2014-2015 SCADA archive (data_raw/la-haute-borne-data-2014-2015.csv,
32
  # 420k 10-min rows for 4 turbines R80711/R80721/R80736/R80790, all
33
- # Senvion MM82 2 MW machines). Filters: drop rows with NaN in P or v,
34
- # and drop rows with P < 0 (curtailment / motor-power events). Pooled
35
- # across 4 turbines as homogeneous power-curve-law evidence (340k rows
36
- # after filter); split by wind speed quantile (middle 60% train,
37
- # extremes 20%+20% test) to test wind-speed-extrapolation OOD.
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  data_files:
39
  train: data/train.csv
40
  test: data/test.csv
41
- n_train: 204288
42
- n_test: 136192
43
 
44
  # Candidate prior constants — the `priors` prompt slot.
45
  # priors DISABLED 2026-06-08 — not shown to the agent (test showed they're redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
@@ -72,7 +85,7 @@ references:
72
  n_law_constants: 5 # V_CI, V_R, V_CO, P_R, CP_EQ
73
  n_other_constants: 2 # RHO, A
74
  n_local_params: 0
75
- measured: {rmse: 234.36, r2: 0.8565}
76
  - id: lydia_2014_4pl
77
  label: Lydia et al. (2014) 4-parameter logistic (Type I, frozen LAW_CONSTANTS)
78
  formula_file: formulas/lydia_2014_4pl.py
@@ -80,7 +93,7 @@ references:
80
  n_law_constants: 4 # A, M, N, TAU
81
  n_other_constants: 0
82
  n_local_params: 0
83
- measured: {rmse: 89.16, r2: 0.9792}
84
 
85
  # === v2 anti-dump caps ===
86
  caps:
@@ -102,9 +115,8 @@ validity_rubrics:
102
  - "predicted power is zero below the cut-in wind speed"
103
  - "predicted power is non-decreasing from cut-in wind speed up to rated wind speed"
104
  - "predicted power never exceeds the Betz-limited kinetic power available through the rotor"
105
- - "predicted power never exceeds the turbine rated power"
106
  - "predicted power is zero above the cut-out wind speed"
107
 
108
  # === Scoring ===
109
  metric: rmse # RMS error on power_kW
110
- best_baseline: 89.16 # lydia_2014_4pl
 
15
  unit: kW
16
  description: 10-minute-averaged active electrical power output of the wind turbine.
17
  range:
18
+ train: [0, 2047.73]
19
  test: [0, 2051.87]
20
 
21
  inputs:
 
24
  unit: m/s
25
  description: 10-minute-averaged wind speed at hub height, measured by the turbine's nacelle anemometer.
26
  range:
27
+ train: [0, 16.95]
28
  test: [0, 19.31]
29
 
30
  # Dataset — Type I, two-file flat layout. Source: ENGIE La Haute Borne
31
  # 2014-2015 SCADA archive (data_raw/la-haute-borne-data-2014-2015.csv,
32
  # 420k 10-min rows for 4 turbines R80711/R80721/R80736/R80790, all
33
+ # Senvion MM82 2 MW machines). Filters: drop rows with NaN in
34
+ # Date_time/P/v, and drop rows with P < 0 (curtailment / motor-power
35
+ # events). Pooled across 4 turbines as homogeneous power-curve-law
36
+ # evidence. Split is TEMPORAL-GENERALIZATION OOD: train = calendar
37
+ # year 2014, test = calendar year 2015 (+ 2016-01-01 rollover rows).
38
+ # Both years span the full wind-speed range, so cut-in, the cubic Betz
39
+ # climb, rated saturation, and cut-out are all present in train — the
40
+ # full power-curve law is discoverable, and the test probes year-to-year
41
+ # generalization (seasonal wind conditions, turbine aging).
42
+ #
43
+ # WHY NOT wind-speed-extrapolation OOD (rejected 2026-06-13): a
44
+ # "middle-wind-speed train / extreme test" split hid the cut-in, the
45
+ # rated asymptote, and the cut-out entirely from train, making the rated
46
+ # power and cut thresholds physically unlearnable (impossible
47
+ # extrapolation; SR submissions scored ~0). The old baselines only
48
+ # "won" by injecting the datasheet rated power as a frozen constant the
49
+ # SR system never saw. The temporal split exposes the full curve in
50
+ # train.
51
  data_files:
52
  train: data/train.csv
53
  test: data/test.csv
54
+ n_train: 168955
55
+ n_test: 171525
56
 
57
  # Candidate prior constants — the `priors` prompt slot.
58
  # priors DISABLED 2026-06-08 — not shown to the agent (test showed they're redundant: models already know the constants / the answer is fittable from data). Kept commented for record.
 
85
  n_law_constants: 5 # V_CI, V_R, V_CO, P_R, CP_EQ
86
  n_other_constants: 2 # RHO, A
87
  n_local_params: 0
88
+ measured: {rmse: 176.44, r2: 0.8610}
89
  - id: lydia_2014_4pl
90
  label: Lydia et al. (2014) 4-parameter logistic (Type I, frozen LAW_CONSTANTS)
91
  formula_file: formulas/lydia_2014_4pl.py
 
93
  n_law_constants: 4 # A, M, N, TAU
94
  n_other_constants: 0
95
  n_local_params: 0
96
+ measured: {rmse: 73.02, r2: 0.9762}
97
 
98
  # === v2 anti-dump caps ===
99
  caps:
 
115
  - "predicted power is zero below the cut-in wind speed"
116
  - "predicted power is non-decreasing from cut-in wind speed up to rated wind speed"
117
  - "predicted power never exceeds the Betz-limited kinetic power available through the rotor"
 
118
  - "predicted power is zero above the cut-out wind speed"
119
 
120
  # === Scoring ===
121
  metric: rmse # RMS error on power_kW
122
+ best_baseline: 73.02 # lydia_2014_4pl (temporal 2014→2015 split)
wind_turbine_power_curve_engie__power_kW/prep_data.py CHANGED
@@ -24,20 +24,30 @@ physics (Betz/cubic cascade), not specific to a single turbine.
24
  Demoted to **Type I** on 2026-05-24: pool all 4 turbines, wind-speed
25
  extrapolation OOD.
26
 
27
- Task framing — Type I, wind-speed-extrapolation OOD
28
- ---------------------------------------------------
29
  Predict 10-min-averaged active power output `power_kW` from
30
  hub-height wind speed `wind_speed_mps`. Bank baselines have all
31
  parameters (cut-in, rated, cut-out, Cp, etc.) frozen as LAW_CONSTANTS,
32
  either from published turbine datasheets (Senvion MM82) or pre-fit on
33
- the train wind-speed band. The test asks whether laws calibrated on
34
- middle wind speeds (4.7 - 7.5 m/s, where the cubic Betz regime
35
- dominates) extrapolate correctly to (a) sub-cut-in low speeds (zero
36
- power regime) and (b) high/saturating speeds approaching rated power
37
- (2 MW).
 
 
 
 
 
 
 
 
 
 
38
 
39
  Filters applied:
40
- (i) Drop rows with missing P_avg or Ws_avg.
41
  (ii) Drop rows with P_avg < 0 (curtailment / motor-power-consumption
42
  events; the power curve law describes generation, not
43
  curtailment).
@@ -47,18 +57,18 @@ Canonical column projection
47
  Output (col 0): power_kW = P_avg.
48
  Inputs (cols 1+): wind_speed_mps = Ws_avg.
49
 
50
- Split — wind-speed-extrapolation OOD
51
- ------------------------------------
52
- Sort by wind_speed_mps; train = middle 60% (quantile 0.2-0.8, mostly
53
- the cubic-Betz regime ~4.7-7.5 m/s), test = extremes (bottom 20% +
54
- top 20%, including both the sub-cut-in zero-power regime and the
55
- near-rated 2 MW saturation regime).
 
56
  """
57
 
58
  import sys
59
  import hashlib
60
  import pathlib
61
- import numpy as np
62
  import pandas as pd
63
 
64
  HERE = pathlib.Path(__file__).resolve().parent
@@ -66,33 +76,28 @@ SRC = HERE / "data_raw" / "la-haute-borne-data-2014-2015.csv"
66
  OUT_DIR = HERE / "data"
67
  OUT_DIR.mkdir(exist_ok=True)
68
 
69
- TRAIN_QUANTILE_LO = 0.20
70
- TRAIN_QUANTILE_HI = 0.80
71
-
72
 
73
  def load_data(src: pathlib.Path) -> pd.DataFrame:
74
- df = pd.read_csv(src, low_memory=False, usecols=["P_avg", "Ws_avg"])
75
- df = df.dropna(subset=["P_avg", "Ws_avg"]).copy()
 
76
  df = df[df["P_avg"] >= 0].copy() # drop curtailment / motor events
77
  assert len(df) >= 100_000, f"Expected >=100k rows, got {len(df)}"
78
  return df
79
 
80
 
81
  def build_released_df(df: pd.DataFrame) -> pd.DataFrame:
82
- df = df.sort_values("Ws_avg").reset_index(drop=True)
83
  return pd.DataFrame({
84
- "power_kW": df["P_avg"].astype(float).round(2),
85
- "wind_speed_mps": df["Ws_avg"].astype(float).round(3),
 
86
  })
87
 
88
 
89
- def split_two_segments(released: pd.DataFrame):
90
- """Wind-speed-extrapolation OOD: middle 60% train, extremes 20%+20% test."""
91
- n = len(released)
92
- lo = int(np.floor(n * TRAIN_QUANTILE_LO))
93
- hi = int(np.ceil(n * TRAIN_QUANTILE_HI))
94
- train = released.iloc[lo:hi].copy()
95
- test = pd.concat([released.iloc[:lo], released.iloc[hi:]], axis=0).copy()
96
  return train, test
97
 
98
 
@@ -107,7 +112,7 @@ def md5(path: pathlib.Path) -> str:
107
  def main() -> int:
108
  raw = load_data(SRC)
109
  released = build_released_df(raw)
110
- train, test = split_two_segments(released)
111
 
112
  paths = {}
113
  for name, d in [("train", train), ("test", test)]:
@@ -116,11 +121,11 @@ def main() -> int:
116
  paths[name] = p
117
 
118
  print("Written:")
119
- print(f" train.csv = {len(train)} rows (middle 60% by wind speed)")
120
- print(f" test.csv = {len(test)} rows (extremes: bottom 20% + top 20%)")
121
- print(f" train ws range: {train['wind_speed_mps'].min():.2f} - {train['wind_speed_mps'].max():.2f} m/s")
122
- print(f" test ws range: {test['wind_speed_mps'].min():.2f} - {test['wind_speed_mps'].max():.2f} m/s")
123
- print(f" power range: {released['power_kW'].min():.2f} - {released['power_kW'].max():.2f} kW")
124
  for name, p in paths.items():
125
  print(f" md5 {name}={md5(p)}")
126
  return 0
 
24
  Demoted to **Type I** on 2026-05-24: pool all 4 turbines, wind-speed
25
  extrapolation OOD.
26
 
27
+ Task framing — Type I, temporal-generalization OOD
28
+ --------------------------------------------------
29
  Predict 10-min-averaged active power output `power_kW` from
30
  hub-height wind speed `wind_speed_mps`. Bank baselines have all
31
  parameters (cut-in, rated, cut-out, Cp, etc.) frozen as LAW_CONSTANTS,
32
  either from published turbine datasheets (Senvion MM82) or pre-fit on
33
+ the train year. The test asks whether a power-curve law calibrated on
34
+ one calendar year (2014) generalizes to the next (2015) under
35
+ different seasonal wind conditions and turbine aging.
36
+
37
+ WHY NOT wind-speed-extrapolation OOD (rejected 2026-06-13): the
38
+ power curve is piecewise with three regime changes (cut-in, rated
39
+ saturation, cut-out). A "middle-wind-speed train, extreme-wind-speed
40
+ test" split hides the cut-in, the rated asymptote, and the cut-out
41
+ entirely from train, so the asymptote (rated power) and the cut
42
+ thresholds are physically unlearnable from train — an impossible
43
+ extrapolation. The old baselines only "won" because they injected
44
+ the datasheet rated power (2050 kW) as a frozen constant the SR
45
+ system never gets to see. A temporal split exposes the FULL curve
46
+ (all three regimes) in train, making the law genuinely discoverable
47
+ while still testing year-to-year generalization.
48
 
49
  Filters applied:
50
+ (i) Drop rows with missing Date_time, P_avg or Ws_avg.
51
  (ii) Drop rows with P_avg < 0 (curtailment / motor-power-consumption
52
  events; the power curve law describes generation, not
53
  curtailment).
 
57
  Output (col 0): power_kW = P_avg.
58
  Inputs (cols 1+): wind_speed_mps = Ws_avg.
59
 
60
+ Split — temporal-generalization OOD
61
+ -----------------------------------
62
+ train = calendar year 2014, test = calendar year 2015 (the handful of
63
+ 2016-01-01 rollover rows are pooled into test). All four turbines are
64
+ pooled in both splits. Both years span the full wind-speed range, so
65
+ cut-in, the cubic Betz climb, rated saturation, and cut-out are all
66
+ present in train.
67
  """
68
 
69
  import sys
70
  import hashlib
71
  import pathlib
 
72
  import pandas as pd
73
 
74
  HERE = pathlib.Path(__file__).resolve().parent
 
76
  OUT_DIR = HERE / "data"
77
  OUT_DIR.mkdir(exist_ok=True)
78
 
 
 
 
79
 
80
  def load_data(src: pathlib.Path) -> pd.DataFrame:
81
+ df = pd.read_csv(src, low_memory=False,
82
+ usecols=["Date_time", "P_avg", "Ws_avg"])
83
+ df = df.dropna(subset=["Date_time", "P_avg", "Ws_avg"]).copy()
84
  df = df[df["P_avg"] >= 0].copy() # drop curtailment / motor events
85
  assert len(df) >= 100_000, f"Expected >=100k rows, got {len(df)}"
86
  return df
87
 
88
 
89
  def build_released_df(df: pd.DataFrame) -> pd.DataFrame:
 
90
  return pd.DataFrame({
91
+ "power_kW": df["P_avg"].astype(float).round(2).values,
92
+ "wind_speed_mps": df["Ws_avg"].astype(float).round(3).values,
93
+ "_year": df["Date_time"].astype(str).str[:4].values,
94
  })
95
 
96
 
97
+ def split_by_year(released: pd.DataFrame):
98
+ """Temporal-generalization OOD: train = 2014, test = 2015 (+2016 rollover)."""
99
+ train = released[released["_year"] == "2014"].drop(columns="_year").copy()
100
+ test = released[released["_year"] != "2014"].drop(columns="_year").copy()
 
 
 
101
  return train, test
102
 
103
 
 
112
  def main() -> int:
113
  raw = load_data(SRC)
114
  released = build_released_df(raw)
115
+ train, test = split_by_year(released)
116
 
117
  paths = {}
118
  for name, d in [("train", train), ("test", test)]:
 
121
  paths[name] = p
122
 
123
  print("Written:")
124
+ print(f" train.csv = {len(train)} rows (calendar year 2014)")
125
+ print(f" test.csv = {len(test)} rows (calendar year 2015 + 2016 rollover)")
126
+ for name, d in [("train", train), ("test", test)]:
127
+ print(f" {name} ws range: {d['wind_speed_mps'].min():.2f} - {d['wind_speed_mps'].max():.2f} m/s")
128
+ print(f" {name} power range: {d['power_kW'].min():.2f} - {d['power_kW'].max():.2f} kW")
129
  for name, p in paths.items():
130
  print(f" md5 {name}={md5(p)}")
131
  return 0