We have minutes 1 to 15 available as input for the test segments, 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).
“Back-propagation” in this context means you’re not allowed to, say, use the prediction for minute 19 to help predict minute 18.
This also makes sense from a real-world perspective: you cannot say use information from minute 21 — which hasn’t happened yet — to predict congestion in minute 20 while minute 20 is occurring.
It means the model is fixed—no weights are updated during training or inference, so you can’t use back-propagation to improve it while running predictions.
The way I understand it from this discussion: 🚆 Trending Now: 🚧 Challenge Update! - 751 Views:
We have minutes 1 to 15 available as input for the test segments, 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).
“Back-propagation” in this context means you’re not allowed to, say, use the prediction for minute 19 to help predict minute 18.
This also makes sense from a real-world perspective: you cannot say use information from minute 21 — which hasn’t happened yet — to predict congestion in minute 20 while minute 20 is occurring.
Much appreciated 👍🏽
It means the model is fixed—no weights are updated during training or inference, so you can’t use back-propagation to improve it while running predictions.