Muhammad Ridzki Nugraha commited on
Commit
35cdb2d
·
verified ·
1 Parent(s): 9548fe8

Upload regression/resolution_predictor_latest_metrics.json

Browse files
regression/resolution_predictor_latest_metrics.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_mae": 0.033842620053364816,
3
+ "train_rmse": 0.05999643277249551,
4
+ "train_r2": 0.9951927468810121,
5
+ "test_mae": 0.5430835973130717,
6
+ "test_rmse": 0.6880942957660562,
7
+ "test_r2": 0.6453455680106529,
8
+ "n_samples": 922,
9
+ "n_features": 46,
10
+ "ensemble_size": 2,
11
+ "xgb_test_mae": 0.566264952927633,
12
+ "xgb_test_r2": 0.6102762646087907,
13
+ "gb_test_mae": 0.5288171023313786,
14
+ "gb_test_r2": 0.6628572876487608,
15
+ "feature_importance": {
16
+ "severity_score": 0.1671241420859575,
17
+ "high_keyword_count": 0.1444176069990971,
18
+ "avg_resolution_by_category": 0.11653373620312313,
19
+ "root_cause_length": 0.11094152817501839,
20
+ "avg_word_length": 0.08963105364350873,
21
+ "root_cause_quality": 0.052643122868102396,
22
+ "text_complexity": 0.03983591423329411,
23
+ "action_taken_length": 0.032864379382414655,
24
+ "report_length": 0.03119707754426197,
25
+ "action_completeness": 0.027086963461704062,
26
+ "airline_encoded": 0.024707909080662893,
27
+ "sin_day_of_year": 0.020134918705954352,
28
+ "area_encoded": 0.019310895026494093,
29
+ "cos_day_of_year": 0.016566357729739644,
30
+ "report_word_count": 0.014045223702935546,
31
+ "category_encoded": 0.008778259381936935,
32
+ "sin_day_of_week": 0.0075152240268111245,
33
+ "cos_week_of_year": 0.0074734459589682455,
34
+ "week_of_year": 0.006171846567811355,
35
+ "cos_day_of_week": 0.006031414248061081,
36
+ "category_frequency": 0.005586942151271651,
37
+ "day_of_week": 0.005331501382868226,
38
+ "critical_keyword_count": 0.004384893740564468,
39
+ "sin_week_of_year": 0.004252830291331567,
40
+ "cos_month": 0.003699887264847015,
41
+ "medium_keyword_count": 0.0036315271324902725,
42
+ "sin_month": 0.0035361841720745195,
43
+ "avg_resolution_by_branch": 0.0033466675310817235,
44
+ "urgency_score": 0.0031932755802702027,
45
+ "report_sentence_count": 0.002935498107578177,
46
+ "sentiment_score": 0.0024831089130153403,
47
+ "branch_encoded": 0.002294307750715803,
48
+ "is_month_end": 0.0021407055283771516,
49
+ "is_complaint": 0.001761079043962642,
50
+ "is_month_start": 0.001740106532435698,
51
+ "month": 0.0015980023960563516,
52
+ "hub_encoded": 0.0011051796828476985,
53
+ "branch_frequency": 0.0010475487843909187,
54
+ "avg_resolution_by_hub": 0.0008239955430343609,
55
+ "has_photos": 0.0006369706223107516,
56
+ "quarter": 0.0005996507561943928,
57
+ "is_weekend": 0.0005170355937784889,
58
+ "has_root_cause": 0.00020654541132933627,
59
+ "is_quarter_start": 0.00011072820811329823,
60
+ "is_quarter_end": 2.4473142712922823e-05,
61
+ "has_action_taken": 3.357104898116763e-07
62
+ },
63
+ "cv_mae_mean": 0.44626877951668076,
64
+ "cv_mae_std": 0.06977724750638589
65
+ }