Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nancyhamdan/wids-2022

Predicting building energy consumption as part of the WiDS 2022 Datathon
https://github.com/nancyhamdan/wids-2022

ensemble gradientboostingregressor lgbm lgbmregressor random-forest randomforest-regressor regression

Last synced: 1 day ago
JSON representation

Predicting building energy consumption as part of the WiDS 2022 Datathon

Awesome Lists containing this project

README

        

# Predicting Building Energy Consumption - WiDS 2022 Datathon

This is my solution for the [WiDS 2022 Datathon](https://www.kaggle.com/competitions/widsdatathon2022)

To help combat climate change, this year's WiDS datathon was to predict building energy consumption using a dataset that details buildings characteristics and weather conditions of the area the buildings are at. My solution included minimal feature enginnering and used a blend of a LightGBM and a Random Forest model to get the final predictions. My solution's RMSE score of 22.573 on private test data ranked 81/829 in the datathon, you can view the leaderboard [here](https://www.kaggle.com/competitions/widsdatathon2022/leaderboard).