This question evaluates proficiency in time-series forecasting and model validation, including feature engineering, model selection, rolling-origin backtesting, evaluation metrics, and change-point detection for response-rate prediction at the job_category-week level.
You are given weekly marketplace data with invitations and responses by job_category and region. Define response rate at the job_category-week level as:
Assume invitations are the denominator of interest and weeks without invitations are excluded or imputed carefully. The goal is to forecast the next 4 weeks of response rates for each job_category and describe the modeling approach.
Aggregate to job_category-week and build a model to predict the next-4-week response rates for each job_category. Describe the following:
Login required