muthuk1 commited on
Commit
d8f5f2e
·
verified ·
1 Parent(s): d2425db

v2: updated metrics

Browse files
Files changed (1) hide show
  1. metrics.json +27 -16
metrics.json CHANGED
@@ -1,10 +1,13 @@
1
  {
2
- "mae": 4.233838771311442,
3
- "rmse": 5.341754710278607,
4
- "r2": 0.9969348810311977,
5
- "cv_r2_mean": 0.9968869649451856,
6
- "cv_r2_std": 0.00010854830744197988,
7
- "train_time_s": 0.2467200756072998,
 
 
 
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.02053593471646309,
19
- "total_weight_kg": 0.01176395732909441,
20
- "num_stops": 0.3539225161075592,
21
- "avg_fragility": 0.003524457337334752,
22
- "total_distance_km": 0.0008101653074845672,
23
- "route_difficulty_score": 0.545396625995636,
24
- "estimated_time_minutes": 0.06404635310173035
 
 
 
25
  },
26
- "train_samples": 9600,
27
- "test_samples": 2400
 
 
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
  }