QuestionQ51
Data science conceptsA Data Scientist is building a real-time detection model for a call center. The data consists of audio transcripts from live calls between customers and agents.
The model must determine whether a call is abnormal so the system can immediately alert the supervisor. Only a negligible percentage of calls has been reviewed and flagged.
Which method should be used FIRST to separate abnormal calls?
- A Audio signal processing
- B Unsupervised learning: Clustering
- C Supervised learning: Customer segmentation
- D Supervised learning: Call agent segmentation
Community Discussion