Coder Social home page Coder Social logo

kddcup2022's Introduction

SlienceG Team Solution for KDDCUP2022

for each turbine, we have 3 models:
1 for lightgbm(namely lgn)
1 for first 144 timestamps prediction(namely GRU-FH)
1 for 288 timestamps prediction(namely GRU-ALL).
more information about KDDCUP2022

model training:

before training, you need to upload the dataset into folder LGB_train and GRU_train.

for LGB_train:

  1. modify the file prepare.py to your path.
  2. data proprecess
python datapreprocess.py #Bash
  1. LGB Train
python train_split_smooth.py #Bash

for GRU_train:

  1. modify the file prepare.py to your path.
  2. if you want to train GRU-ALL, set the output_len 288,
    elif you want to train GRU-FH, set the output_len 144.
  3. model training
python train.py #Bash

model testing:

before testing, put the pretrained model into folder checkpoints of prediction

  1. modify the file prepare.py and predict.py to your model path.
  2. submit the prediction folder for online test.

contact:

Any problems please contact me at [email protected]

kddcup2022's People

Contributors

hyl2000 avatar injadlu avatar yiyanxu avatar

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.