Spaces:
Sleeping
Sleeping
| { | |
| "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 | |
| } | |
| } |