A dataset contains insurance claims with record IDs, a final outcome among 200 categories, and timestamps. The goal is to predict how many claims will occur in each category month-to-month a few months ahead. Which type of model is appropriate?
Choose an answer
Tap an option to check your answer.
Correct answer: A forecasting model using the timestamps (and counts) to predict how many claims to expect in each category each month..
Why this is the answer
The goal is to predict how many claims will occur in each category month-to-month a few months ahead. This is a classic time-series forecasting problem. A forecasting model, such as ARIMA, Prophet, or deep learning models like LSTMs, is designed to predict future values based on historical time-stamped data. It uses the timestamps and the historical counts for each category to project future counts. Supervised classification predicts a class label for individual instances, not future counts over time. Reinforcement learning is for sequential decision-making in an environment, not for predicting future numerical values from historical data. A hybrid approach is unnecessarily complex given that the core problem for all categories is forecasting future counts.
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