Dashboard
Forum (155 topics)
-
4 days ago
-
18 days ago
-
19 days ago
-
39 days ago
-
40 days ago
-
43 days ago
179 teams with
242
participants
3073
entries
Deadlines
view timeline »-
November 29, 2012
Competition Launch -
December 18, 2012
Leaderboard Activated -
February 14, 2013
Model Submission Deadline -
March 4, 2013
Final Data Released -
March 11, 2013
Final Submission Deadline
Prize Pool
view prizes »1st $100,000
2nd $50,000
3rd $40,000
4th $30,000
5th $20,000
LSU Prize ?
$10,000
Evaluation
You are predicting both the runway arrival time and the gate arrival time, so you have two predictions for each airplane.
Your predictions will be evaluated based on the root mean squared error (RMSE) between the predicteds and the truth:
$$ \textrm{RMSE} = \sqrt{\frac{1}{n} \sum_{i=1}^{n} (y_i - \hat{y}_i)^2}$$
We will separately compute the RMSE for gate arrival times and runway arrival times, and use a weighted average of the two:
$$ \textrm{RMSE_Final} = (0.75 \times \textrm{RMSE_Gate}) + (0.25 \times \textrm{RMSE_Runway}) $$


with —