From 587a90eb7223e6c08d7954483adcc30e0ea3e3b6 Mon Sep 17 00:00:00 2001 From: vadim_potemkin Date: Thu, 9 Nov 2023 13:27:15 +0100 Subject: [PATCH] problems description update --- README_en.rst | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README_en.rst b/README_en.rst index c309c855f..86f6315f9 100644 --- a/README_en.rst +++ b/README_en.rst @@ -170,21 +170,24 @@ Real world cases Building energy consumption ---------------------------- -Link to the dataset on `Kaggle `_ +Link to the dataset on `Kaggle `_ Full notebook with solution is `here `_ -Dimensions correspond to the air temperature, dew temperature, wind direction and wind speed: +The challenge is to develop accurate counterfactual models that estimate energy consumption savings +post-retrofit. Leveraging a dataset comprising three years of hourly meter readings from over a +thousand buildings, the goal is to predict energy consumption (in kWh). Key predictors include **air temperature**, +**dew temperature**, **wind direction**, and **wind speed**. + .. image:: /docs/img/building-target.png :align: center - :alt: madrid results + :alt: building target .. image:: /docs/img/building_energy.png :align: center - :alt: madrid results + :alt: building results -The goal is to estimate the **energy consumption in kWh** Results: @@ -218,7 +221,13 @@ Link to the dataset on `Kaggle `_ -Sample features: +This dataset focuses on predicting the maximum recorded rotor temperature of a permanent magnet synchronous +motor (PMSM) during 30-second intervals. The data, sampled at 2 Hz, includes sensor readings such as +**ambient temperature**, **coolant temperatures**, **d and q components** of voltage, and **current**. +These readings are aggregated into 6-dimensional time series of length 60, representing 30 seconds. + +The challenge is to develop a predictive model using the provided predictors to accurately estimate the +maximum rotor temperature, crucial for monitoring the motor's performance and ensuring optimal operating conditions. .. image:: /docs/img/rotor-temp.png :align: center