Your question is Classify Resideo Device Support Issues. Take a moment with it on the right.
Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).
Resideo wants to reduce manual triage for support cases coming from Honeywell Home thermostats, security devices, and water leak sensors. You need to show when supervised learning is appropriate for predicting known issue categories and when unsupervised learning is better for discovering new patterns in unlabeled support traffic.
You are given historical support-case data exported from Resideo customer support systems.
| Feature Group | Count | Examples |
|---|---|---|
| Structured case metadata | 10 | product_line, device_model, firmware_version, app_platform, region |
| Device telemetry aggregates | 12 | reconnect_count_24h, battery_level, signal_strength, temp_delta, sensor_fault_count |
| Customer/account context | 6 | install_age_days, homeowner_vs_pro, warranty_status, prior_case_count |
| Text-derived features | 20 | TF-IDF or embedding features from case subject and notes |
| Labels | 1 | known_issue_type for a subset of cases |
known_issue_type with 6 classes for labeled cases onlyA strong solution should:
known_issue_type for labeled cases