A Probabilistic Load Forecasting Project.
Project description
Website | Docs | Install Guide | Tutorial
ProLoaF is a probabilistic load forecasting project.
Description
ProLoaF makes use of the big data paradigm that allows machine learning algorithms, trained with data from the power system field. The core comprises a recurrent neural network (encoder-decoder architecture) to predict the target variable.
The targets can vary from timerseries of PV, Wind or other generators to most commonly the total energy consumption. Both, the relevant input data history and prediction horizon are arbitrarily long and customizable for any specific need.
Installation
First, clone this Repository and initialize the submodules:
git clone --recurse-submodule https://git.rwth-aachen.de/acs/public/automation/plf/proloaf.git
or if you have already cloned the project and you are missing e.g. the open data directory for execution run:
git submodule update --init --recursive
To install all required packages first run:
pip install -r requirements.txt
On low RAM machines the option
pip install -r requirements.txt --no-cache-dir
might be necessary.
ProLoaF supports Python 3.8 and higher. For further information see Getting Started
Gettings started, Key Capabilities, Example Workflows & References
To keep all infos on what you can do with ProLoaF and how to get there, our user documentation, is the place where you'll find all answers.
Related Publications
We kindly ask all academic publications employing components of ProLoaF to cite one of the following papers:
- G. Gürses-Tran, H. Flamme, and A. Monti, "Probabilistic Load Forecasting for Day-Ahead Congestion Mitigation," The 16th International Conference on Probabilistic Methods Applied to Power Systems, PMAPS 2020, 2020-08-18 - 2020-08-21, Liège, Belgium, ISBN 978-1-7281-2822-1, [Access Online](Probabilistic Load Forecasting for Day-Ahead Congestion Mitigation)
Copyright
2019-2021, Institute for Automation of Complex Power Systems, EONERC
License
This project is licensed to the Apache Software Foundation (ASF).
This program is free software: you can redistribute it and/or modify
it under the terms of the Apache License version 2 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Apache License for more details.
You should have received a copy of the Apache License
along with this program. If not, see <http://www.apache.org/licenses/LICENSE-2.>.
For other licensing options please consult Prof. Antonello Monti.
Contact
- Gonca Gürses-Tran gguerses@eonerc.rwth-aachen.de
- Florian Oppermann florian.oppermann@eonerc.rwth-aachen.de
Institute for Automation of Complex Power Systems (ACS) EON Energy Research Center (EONERC) RWTH University Aachen, Germany
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file proloaf-0.2.0.tar.gz
.
File metadata
- Download URL: proloaf-0.2.0.tar.gz
- Upload date:
- Size: 59.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fb122952e4d830b3f9e0d7dd656b2f79593f8857ae35c838c6b8dfa0964fcd3 |
|
MD5 | cbb9eaa5e02eabb586fa619e049b16cf |
|
BLAKE2b-256 | dfece543f6d684b74469b8edbf626609362697824d983540ff9d865552483ea9 |
File details
Details for the file proloaf-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: proloaf-0.2.0-py3-none-any.whl
- Upload date:
- Size: 64.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73d09b58c9ea1c7b9d290cc22c51bfc5cae024785d26630c2034bd88459d3a56 |
|
MD5 | 0eda1b15d03396362df89af471109d65 |
|
BLAKE2b-256 | db87f1fac19f2a86caee844d3a315b523efbf7e1f1257d20c221320beeb40dba |