Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1001 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 1001 Bytes

AI4ES Datathon 2023 - Reto B - License: MIT

This repository contains my code submission for the AI4ES Datathon 2023, pertaining to challenge B. The challenge consisted on predicting the electricity consumption of two office buildings in Asturias, given the datasets provided by the organization.

Approach

I extracted relevant features from the datetime values, and downloaded some exogenous datasets (temperatures, bank holidays, etc.) from the internet. In terms of models, I used a simple LightGBM model optimized with optuna to turn it into a table regression problem. I won the 1st place in the Future Talent category.

Replicating the results

To replicate the results, one only needs to install the environment specified in requirements.txt and run the analysys.ipynb notebook.

pip install -r requirements.txt