Primary competition visual

Barbados Traffic Analysis Challenge

Helping Barbados
$11 000 USD
Completed (~1 month ago)
Computer Vision
Prediction
Object Tracking
Video Analytics
Deep Learning
1824 joined
222 active
Starti
Nov 07, 25
Closei
Jan 25, 26
Reveali
Jan 26, 26
Need help
23 Dec 2025, 16:54 · 4

Please someone help me. The test set has the same columns as the train so how do I predict

Discussion 4 answers
User avatar
Juliuss
Freelance

Ok you are forecasting the future without any data in the future - a classical timeseries prediction. the test segments has minutes 1 to 15 available as input and the task is to forecast minutes 17, 18, 19, 20, and 21 — the next 5 minutes, with a one-minute embargo (meaning minute 16 is excluded).

You can check out this starter notebook (rephrases the problem as a prediction problem), copy it, run it and generate a baseline..https://www.kaggle.com/code/juliusmwangi/what-causes-traffic-congestion-in-barbadoes. Then you can reowork to improve with time

23 Dec 2025, 16:59
Upvotes 1
User avatar
Juliuss
Freelance

Are you still stuck @Alanin?

13 Jan 2026, 21:16
Upvotes 0

Yh my test set does bot have minutes 1 to 15 like what you just posted

User avatar
Juliuss
Freelance

When you sort by the time_segment_id column, you’ll notice that each test input segment contains 15 timesteps. The task is to forecast the following 5 minutes, for which no data is available.