You have historical data for each client ID, and each client has different start and end dates. You need to identify the last recorded date for each ID and forecast for two weeks. The file 'SampleSubmission' specifies the exact dates required.
Let's consider an example: ID ID_5da86e71bf5dee4cf5047046 has January 14, 2024, as its last recorded date. The dates listed in 'SampleSubmission' for this ID are:
- ID_5da86e71bf5dee4cf5047046_2024_01_22
- ID_5da86e71bf5dee4cf5047046_2024_01_29
The dates January 22, 2024, and January 29, 2024, are respectively one and two weeks from January 14, 2024
You have historical data for each client ID, and each client has different start and end dates. You need to identify the last recorded date for each ID and forecast for two weeks. The file 'SampleSubmission' specifies the exact dates required.
Let's consider an example: ID ID_5da86e71bf5dee4cf5047046 has January 14, 2024, as its last recorded date. The dates listed in 'SampleSubmission' for this ID are:
- ID_5da86e71bf5dee4cf5047046_2024_01_22
- ID_5da86e71bf5dee4cf5047046_2024_01_29
The dates January 22, 2024, and January 29, 2024, are respectively one and two weeks from January 14, 2024
is it the total of clicks in that week or only the number of clicks for the specific date
only the number of clicks for the specific date