v2: updated metrics
Browse files- metrics.json +27 -16
metrics.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
|
|
|
|
|
|
|
|
|
| 8 |
"features": [
|
| 9 |
"num_packages",
|
| 10 |
"total_weight_kg",
|
|
@@ -12,17 +15,25 @@
|
|
| 12 |
"avg_fragility",
|
| 13 |
"total_distance_km",
|
| 14 |
"route_difficulty_score",
|
| 15 |
-
"estimated_time_minutes"
|
|
|
|
|
|
|
|
|
|
| 16 |
],
|
| 17 |
"feature_importances": {
|
| 18 |
-
"num_packages": 0.
|
| 19 |
-
"total_weight_kg": 0.
|
| 20 |
-
"num_stops": 0.
|
| 21 |
-
"avg_fragility": 0.
|
| 22 |
-
"total_distance_km": 0.
|
| 23 |
-
"route_difficulty_score": 0.
|
| 24 |
-
"estimated_time_minutes": 0.
|
|
|
|
|
|
|
|
|
|
| 25 |
},
|
| 26 |
-
"train_samples":
|
| 27 |
-
"test_samples":
|
|
|
|
|
|
|
| 28 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"train_r2": 0.8281628859803508,
|
| 3 |
+
"test_r2": 0.7535808096405573,
|
| 4 |
+
"train_test_gap": 0.07458207633979352,
|
| 5 |
+
"mae": 66.52149847943116,
|
| 6 |
+
"rmse": 87.59407722603619,
|
| 7 |
+
"r2": 0.7535808096405573,
|
| 8 |
+
"cv_r2_mean": 0.7582231114724559,
|
| 9 |
+
"cv_r2_std": 0.003137890788865629,
|
| 10 |
+
"train_time_s": 0.7617073059082031,
|
| 11 |
"features": [
|
| 12 |
"num_packages",
|
| 13 |
"total_weight_kg",
|
|
|
|
| 15 |
"avg_fragility",
|
| 16 |
"total_distance_km",
|
| 17 |
"route_difficulty_score",
|
| 18 |
+
"estimated_time_minutes",
|
| 19 |
+
"packages_per_stop",
|
| 20 |
+
"weight_per_package",
|
| 21 |
+
"distance_per_stop"
|
| 22 |
],
|
| 23 |
"feature_importances": {
|
| 24 |
+
"num_packages": 0.0373411551117897,
|
| 25 |
+
"total_weight_kg": 0.016120798885822296,
|
| 26 |
+
"num_stops": 0.7063920497894287,
|
| 27 |
+
"avg_fragility": 0.014484221115708351,
|
| 28 |
+
"total_distance_km": 0.01030807476490736,
|
| 29 |
+
"route_difficulty_score": 0.17422015964984894,
|
| 30 |
+
"estimated_time_minutes": 0.010052479803562164,
|
| 31 |
+
"packages_per_stop": 0.010061535984277725,
|
| 32 |
+
"weight_per_package": 0.01162794977426529,
|
| 33 |
+
"distance_per_stop": 0.009391536004841328
|
| 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 |
}
|