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.
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.
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