File size: 536 Bytes
077be11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "model_type": "xgboost-busy-detector",
    "version": "1.0.0",
    "input_features": 26,
    "voice_features": 17,
    "text_features": 9,
    "output_classes": [
        "available",
        "busy"
    ],
    "thresholds": {
        "continue": 0.3,
        "check_in": 0.7,
        "exit": 0.7
    },
    "scoring": {
        "ml_model_factor": 0.5,
        "explicit_busy_weight": 6.0,
        "explicit_free_weight": -4.0,
        "traffic_noise_weight": 3.0,
        "emotion_stress_weight": 2.5
    }
}