Giter Club home page Giter Club logo

power-usage-predict's Introduction

power-usage-predict

Code style: black
2023 Power Consumption Prediction AI Competition.
Developing an AI model that predicts the power consumption at a specific point in time using building information and spatiotemporal data.

Setting

  • CPU: i7-11799K core 8
  • RAM: 32GB
  • GPU: NVIDIA GeForce RTX 3090 Ti

Cross Validation

  • Stratified Group KFold

Ensemble Strategy

  • Ensemble Folds with Median

Model Process

  • Boosting is All you need

Requirements

By default, hydra-core==1.1.0 was added to the requirements given by the competition. For pytorch, refer to the link at https://pytorch.org/get-started/previous-versions/ and reinstall it with the right version of pytorch for your environment.

You can install a library where you can run the file by typing:

$ conda env create --file environment.yaml

Run code

Code execution for the new model is as follows:

Running the learning code shell.

$ sh scripts/run.sh

Examples are as follows.

python src/clustering.py

for model in xgboost lightgbm catboost; do
 python src/train.py models=$model
 python src/predict.py models=$model
done

python src/teach.py
python src/ensemble.py

Benchmark

XGBoost-custom-loss: 5.5316 LightGBM-tweedie-loss: 5.8699 Categorical-Non-Catboost: 5.5252 Categorical-Catboost: 5.7216

The NN model has a significant performance difference compared to the boosting. Ensemble results also appeared to have a greater impact than other models.

Submit

Doesn't Work

  • meta feature: mean features
  • forcasting model: NBeat is not performance

Reference

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.