Final_Project
Final_Project
Master in Big Data Analytics Time series analysis and forecasting Final Project 1/6
General Objectives
• The goal is to predict the 2 target variables (Share value and Share volume) for 8 brands (i.e.
8x2 time series) on a weekly basis.
• Work in teams of max 3 students. You need to register your team here: Team Registration Sheet.
• For each time series, you will have 2 regressors: Price and DP, along with the weekly date.
• Your task is to forecast the 16 time series for the next 52 weeks.
• All models should include both statistical and machine learning tools, as well as methods for
generating prediction intervals (only for the notebook).
Master in Big Data Analytics Time series analysis and forecasting Final Project 2/6
Competition Setup and Data
• The training dataset (provided on Aula Global) consists of the historical time series for all brands,
with the predictors (Price and DP) and the targets (Share value and Share volume).
• Your goal is to forecast the next 52 weeks for each brand and each target variable.
Master in Big Data Analytics Time series analysis and forecasting Final Project 3/6
Performance Evaluation
• Prediction Accuracy (30%):
• Your predictions for the hidden test set (last 52 weeks) will be evaluated using Mean Absolute Error
(MAE).
• Teams will be ranked based on MAE.
Master in Big Data Analytics Time series analysis and forecasting Final Project 4/6
Submission Format for Predictions (CSV)
• The prediction file must include the following columns: Brand, Date Monday, Share value pred,
Share volume pred.
• The file should contain 52 rows for each brand (a total of 8x52 rows).
Brand1,2024-02-04,15.5,12.8
Brand1,2024-02-11,14.7,11.1
Master in Big Data Analytics Time series analysis and forecasting Final Project 5/6
Submission Guidelines
Master in Big Data Analytics Time series analysis and forecasting Final Project 6/6