Primary competition visual

IBM SkillsBuild Hydropower Climate Optimisation Challenge

Helping the World
$3 000 USD
Challenge completed 7 months ago
Prediction
Forecast
1218 joined
466 active
Starti
Mar 03, 25
Closei
Apr 13, 25
Reveali
Apr 14, 25
About

You are provided with time series data recorded at 5-minute intervals.

Each consumer device represents a power pole, and the data user associated with the device is identified in the ID column. Some data users are connected to three-phase systems, while others have single-phase connections. This distinction is reflected in the dataset:

  • Single-phase houses have only v_red.
  • Three-phase houses include v_red, v_blue, and v_yellow.

The dataset includes measured values for voltage, current, power factor, and energy consumption (kWh).

Your Task

Your objective is to forecast the total daily energy consumption (kWh) per data user for one month into the future.

Additional Information

To support your predictions, you are provided with climate indicators, including:

  • Temperature
  • Dew point
  • Wind speed
  • Precipitation

Additionally, 12 consumer devices are included in the dataset for reference, but you do not need to forecast for them as they lack signal in the test period. However, they may still be useful for analysis.

Files
Description
Files
Is an example of what your submission file should look like. The order of the rows does not matter, but the names of the "ID" must be correct.
This is a starter notebook to help you make your first submission.
Climate data for the full range of the data.
This the training data for this challenge.