A dataset of insurance claims contains a claim ID, the final outcome (one of 200 categories), and the outcome date. Some records are partial (they list only 3–4 possible outcomes instead of the full set). There are hundreds of records per outcome and data cover the last 3 years. The data scientist must predict the monthly count of claims per outcome category several months ahead. Which approach best meets this requirement?
Choose an answer
Tap an option to check your answer.
Correct answer: Treat this as a forecasting problem using claim IDs and dates to forecast the expected monthly counts for each outcome category..
Why this is the answer
The problem asks to predict the monthly count of claims per outcome category several months ahead. This is a classic time-series forecasting problem. The correct approach aggregates the historical claim data by month and outcome category, then applies forecasting techniques to predict future counts. Claim IDs and dates are crucial for this aggregation and for establishing the time series. Supervised classification (first option) is incorrect because it predicts the category of a single claim, not the count of claims over time. Reinforcement learning (second option) is unsuitable; it's for sequential decision-making, not predicting future counts, and relying on agent estimates introduces subjectivity and isn't a machine learning solution for this problem. The fourth option is partially correct but overly complex and inefficient; it suggests a hybrid approach that unnecessarily complicates the task by classifying partial records separately. Forecasting can handle all records once aggregated.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed