Spaces:
Runtime error
Runtime error
File size: 1,566 Bytes
3e2e16c | 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 | {
"horizons_s": [
30,
60,
90,
120
],
"n_train": 251116,
"n_test": 100082,
"scenarios": [
"circuit_alpha_post_race",
"barcelona_2022_egress",
"circuit_alpha_arrival"
],
"train_seeds": [
42193,
1177,
90210,
5,
771
],
"test_seeds": [
31337,
8080
],
"model_name": "HistGradientBoostingRegressor",
"mae_model": {
"30": 0.011654629981787358,
"60": 0.01902599764422875,
"90": 0.02606386754818261,
"120": 0.032544824527692084
},
"mae_baseline": {
"30": 0.020189457079225367,
"60": 0.039612914987253854,
"90": 0.05898690628959313,
"120": 0.07804926994795634
},
"rmse_model": {
"30": 0.0201004602258162,
"60": 0.03183712886360806,
"90": 0.044377071615625804,
"120": 0.05660578804927104
},
"r2_model": {
"30": 0.9996061597317696,
"60": 0.9990266126036284,
"90": 0.998139039091008,
"120": 0.9970228046889885
},
"improvement_pct": {
"30": 42.27368306114686,
"60": 51.970215647218346,
"90": 55.814147261388115,
"120": 58.30220506944762
},
"feature_names": [
"density",
"density_growth_per_min",
"velocity_ratio",
"inflow_per_capacity",
"outflow_per_capacity",
"net_flow_per_capacity",
"occupancy_ratio",
"queue_ratio",
"flow_conflict",
"risk",
"upstream_density",
"downstream_density",
"downstream_wait_min",
"downstream_service_ratio",
"free_storage_ratio",
"length_m",
"width_m"
],
"created_utc": "2026-08-12T11:33:25+00:00"
} |