Skip to content

AarenLee07/EasyBldLoad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyBldLoad

Wrap-up of building load forecasting tools.

This repository provides simple interfaces for calling some sota time series forecast methods which excert good performance in building load forecast. And these interfaces are built with some settings for building load series. Hope it help boost up your research!

Currently included methods:

XGBoost (More sota methods are on the way...)

Required library:

darts (0.30.0) - A very easy-to-use library includes all kinds of time series forecasting method as well as complete work flow support for time series.

Official site: Darts

You can easliy install darts by using pip

pip install darts == 0.30.0 # This version works for me with python 3.9

However, sometimes you may encounter issues with building required environment etc. Please refer to further installation guide: How to install Darts

How to use:

A simple case of using this rep is provided. Since this is not a released version, you need to clone the rep directly on your device.

Explainations for most parameters are provided.

Last update: 03/10/2024

About

Wrap-up of building load forecasting tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors