Upload resolver_training_results.json with huggingface_hub
Browse files
resolver_training_results.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "Resolver Routing",
|
| 3 |
+
"algorithm": "Random Forest",
|
| 4 |
+
"training_date": "2026-02-14 19:03:33",
|
| 5 |
+
"dataset_size": 100000,
|
| 6 |
+
"train_size": 80000,
|
| 7 |
+
"test_size": 20000,
|
| 8 |
+
"categories": 11,
|
| 9 |
+
"resolver_groups": 7,
|
| 10 |
+
"train_accuracy": 1.0,
|
| 11 |
+
"test_accuracy": 1.0,
|
| 12 |
+
"features": {
|
| 13 |
+
"tfidf_dimensions": 2197,
|
| 14 |
+
"categorical_features": 4,
|
| 15 |
+
"keyword_features": 7,
|
| 16 |
+
"total_features": 2208
|
| 17 |
+
},
|
| 18 |
+
"classes": [
|
| 19 |
+
"App Support",
|
| 20 |
+
"Cloud Ops",
|
| 21 |
+
"DBA Team",
|
| 22 |
+
"DevOps Team",
|
| 23 |
+
"Network Team",
|
| 24 |
+
"Security Ops",
|
| 25 |
+
"Service Desk"
|
| 26 |
+
],
|
| 27 |
+
"classification_report": {
|
| 28 |
+
"App Support": {
|
| 29 |
+
"precision": 1.0,
|
| 30 |
+
"recall": 1.0,
|
| 31 |
+
"f1-score": 1.0,
|
| 32 |
+
"support": 1818.0
|
| 33 |
+
},
|
| 34 |
+
"Cloud Ops": {
|
| 35 |
+
"precision": 1.0,
|
| 36 |
+
"recall": 1.0,
|
| 37 |
+
"f1-score": 1.0,
|
| 38 |
+
"support": 3637.0
|
| 39 |
+
},
|
| 40 |
+
"DBA Team": {
|
| 41 |
+
"precision": 1.0,
|
| 42 |
+
"recall": 1.0,
|
| 43 |
+
"f1-score": 1.0,
|
| 44 |
+
"support": 1818.0
|
| 45 |
+
},
|
| 46 |
+
"DevOps Team": {
|
| 47 |
+
"precision": 1.0,
|
| 48 |
+
"recall": 1.0,
|
| 49 |
+
"f1-score": 1.0,
|
| 50 |
+
"support": 1818.0
|
| 51 |
+
},
|
| 52 |
+
"Network Team": {
|
| 53 |
+
"precision": 1.0,
|
| 54 |
+
"recall": 1.0,
|
| 55 |
+
"f1-score": 1.0,
|
| 56 |
+
"support": 1818.0
|
| 57 |
+
},
|
| 58 |
+
"Security Ops": {
|
| 59 |
+
"precision": 1.0,
|
| 60 |
+
"recall": 1.0,
|
| 61 |
+
"f1-score": 1.0,
|
| 62 |
+
"support": 1818.0
|
| 63 |
+
},
|
| 64 |
+
"Service Desk": {
|
| 65 |
+
"precision": 1.0,
|
| 66 |
+
"recall": 1.0,
|
| 67 |
+
"f1-score": 1.0,
|
| 68 |
+
"support": 7273.0
|
| 69 |
+
},
|
| 70 |
+
"accuracy": 1.0,
|
| 71 |
+
"macro avg": {
|
| 72 |
+
"precision": 1.0,
|
| 73 |
+
"recall": 1.0,
|
| 74 |
+
"f1-score": 1.0,
|
| 75 |
+
"support": 20000.0
|
| 76 |
+
},
|
| 77 |
+
"weighted avg": {
|
| 78 |
+
"precision": 1.0,
|
| 79 |
+
"recall": 1.0,
|
| 80 |
+
"f1-score": 1.0,
|
| 81 |
+
"support": 20000.0
|
| 82 |
+
}
|
| 83 |
+
}
|
| 84 |
+
}
|