Primary competition visual

Adbot Ad Engagement Forecasting Challenge

Helping South Africa
$500 USD
Completed (almost 2 years ago)
Forecast
452 joined
113 active
Starti
Apr 04, 24
Closei
May 19, 24
Reveali
May 19, 24
User avatar
AI_Maven
University of Benin
Sample submission file
Help Ā· 11 May 2024, 18:04 Ā· 7

Hey guys!!

How can i make predictions for the dates in the sample submission file.

Discussion 7 answers
User avatar
DanielTobi0
Ibadan city polyechnic

Hi Maven,

A starter-notebook is available to help you make your first submission.

https://zindi.africa/competitions/adbot-ad-engagement-forecasting-challenge/discussions/20705

11 May 2024, 18:10
Upvotes 0
User avatar
AI_Maven
University of Benin

This is my first time attempting a time series problem, when i trained my model, the training set had 14 feature columns, is this how the training set is supposed to be?

In your notebook, your training set had just two columns; date and target, does it mean the other features were not used in training the model?

11 May 2024, 19:27
Upvotes 0
User avatar
DanielTobi0
Ibadan city polyechnic

This is a forcasting challenge, so we don't know what the future features would be. We can only rely on the train dataset to build a predictive model, then pass in the dates to predict the number of clicks for the future.

User avatar
AI_Maven
University of Benin

Just to get you clear, basically we use the features in the dataset to train our model and we just need to extract the dates from the submission sample to predict the clicks?

Thank you for your patience

12 May 2024, 14:01
Upvotes 1
User avatar
DanielTobi0
Ibadan city polyechnic

Yes.

User avatar
AI_Maven
University of Benin

When i do this I'll get a dataframe consisting of single column that contains the dates I'm predicting for. But when i try to predict i get a feature mismatch

User avatar
AI_Maven
University of Benin

Because originally the data for testing should contain the same features as the train. I am just confused

12 May 2024, 14:17
Upvotes 0