muthuk1's picture
Add metrics for Workload Scoring Model
7327b7b verified
raw
history blame
779 Bytes
{
"mae": 4.233838771311442,
"rmse": 5.341754710278607,
"r2": 0.9969348810311977,
"cv_r2_mean": 0.9968869649451856,
"cv_r2_std": 0.00010854830744197988,
"train_time_s": 0.2467200756072998,
"features": [
"num_packages",
"total_weight_kg",
"num_stops",
"avg_fragility",
"total_distance_km",
"route_difficulty_score",
"estimated_time_minutes"
],
"feature_importances": {
"num_packages": 0.02053593471646309,
"total_weight_kg": 0.01176395732909441,
"num_stops": 0.3539225161075592,
"avg_fragility": 0.003524457337334752,
"total_distance_km": 0.0008101653074845672,
"route_difficulty_score": 0.545396625995636,
"estimated_time_minutes": 0.06404635310173035
},
"train_samples": 9600,
"test_samples": 2400
}