Hi,
According to the challenge description: " A good model should not only capture whether and where an outage occurs, but also predict it sufficiently early to allow proactive measures. Moreover, modeling the severity and duration of outages is essential for assessing potential impacts on communities."
So I understand that we need to predict power outage only and not rare weather events, correct? It’s not so clear in the description: “Meteorological weather data is essential for forecasting extreme weather events and predicting power outages”.
Next, are external weather forecast models allowed in our prediction? So we can make the assumption that we know what the weather will be for the next P days?
For instance we’re at day T, we’ve weather history for T-1, T-2, T-N days and weather forecast for T+1, T+2, T+3, … T+P. Is such assumption acceptable? Then our model could predict power outage for T+1, T+2, T+3, … T+P, and even T+P+1, … T+P+M
Thanks for the clarifications.