AIF-C01 · Question #320
A company wants to use an ML model to analyze customer reviews on social media. The model must determine if each review has a neutral, positive, or negative sentiment. Which model evaluation…
The correct answer is D. Classification. Classification is the evaluation strategy that assigns input data (such as customer reviews) to predefined categories - in this case, neutral, positive, or negative sentiment. This approach is standard for sentiment analysis tasks.
Question
A company wants to use an ML model to analyze customer reviews on social media. The model must determine if each review has a neutral, positive, or negative sentiment. Which model evaluation strategy will meet these requirements?
Options
- AOpen-ended generation
- BText summarization
- CMachine translation
- DClassification
How the community answered
(40 responses)- A3% (1)
- B5% (2)
- C10% (4)
- D83% (33)
Explanation
Classification is the evaluation strategy that assigns input data (such as customer reviews) to predefined categories - in this case, neutral, positive, or negative sentiment. This approach is standard for sentiment analysis tasks.
Topics
Community Discussion
No community discussion yet for this question.