v2-final: metrics
Browse files- metrics.json +20 -21
metrics.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
{
|
| 2 |
-
"train_r2": 0.
|
| 3 |
-
"test_r2": 0.
|
| 4 |
-
"train_test_gap": 0.
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"cv_r2_mean": 0.
|
| 9 |
-
"cv_r2_std": 0.
|
| 10 |
-
"train_time_s": 0.
|
| 11 |
"features": [
|
| 12 |
"num_packages",
|
| 13 |
"total_weight_kg",
|
|
@@ -21,19 +21,18 @@
|
|
| 21 |
"distance_per_stop"
|
| 22 |
],
|
| 23 |
"feature_importances": {
|
| 24 |
-
"num_packages": 0.
|
| 25 |
-
"total_weight_kg": 0.
|
| 26 |
-
"num_stops": 0.
|
| 27 |
-
"avg_fragility": 0.
|
| 28 |
-
"total_distance_km": 0.
|
| 29 |
-
"route_difficulty_score": 0.
|
| 30 |
-
"estimated_time_minutes": 0.
|
| 31 |
-
"packages_per_stop": 0.
|
| 32 |
-
"weight_per_package": 0.
|
| 33 |
-
"distance_per_stop": 0.
|
| 34 |
},
|
| 35 |
"train_samples": 20000,
|
| 36 |
"test_samples": 5000,
|
| 37 |
-
"version": "v2"
|
| 38 |
-
"changes": "Realistic data with hidden confounders, heteroscedastic noise, non-linear interactions, measurement error, subpopulations"
|
| 39 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"train_r2": 0.7732969260917075,
|
| 3 |
+
"test_r2": 0.7577273459547527,
|
| 4 |
+
"train_test_gap": 0.015569580136954864,
|
| 5 |
+
"r2": 0.7577273459547527,
|
| 6 |
+
"mae": 66.12724277172852,
|
| 7 |
+
"rmse": 86.85397055833653,
|
| 8 |
+
"cv_r2_mean": 0.761376771230841,
|
| 9 |
+
"cv_r2_std": 0.0036174258028472176,
|
| 10 |
+
"train_time_s": 0.37797045707702637,
|
| 11 |
"features": [
|
| 12 |
"num_packages",
|
| 13 |
"total_weight_kg",
|
|
|
|
| 21 |
"distance_per_stop"
|
| 22 |
],
|
| 23 |
"feature_importances": {
|
| 24 |
+
"num_packages": 0.15725062787532806,
|
| 25 |
+
"total_weight_kg": 0.01825214922428131,
|
| 26 |
+
"num_stops": 0.4727834463119507,
|
| 27 |
+
"avg_fragility": 0.01103278063237667,
|
| 28 |
+
"total_distance_km": 0.008022217079997063,
|
| 29 |
+
"route_difficulty_score": 0.25816723704338074,
|
| 30 |
+
"estimated_time_minutes": 0.04196315258741379,
|
| 31 |
+
"packages_per_stop": 0.02123946323990822,
|
| 32 |
+
"weight_per_package": 0.0068757119588553905,
|
| 33 |
+
"distance_per_stop": 0.004413126967847347
|
| 34 |
},
|
| 35 |
"train_samples": 20000,
|
| 36 |
"test_samples": 5000,
|
| 37 |
+
"version": "v2-final"
|
|
|
|
| 38 |
}
|