Open short term energy forecaster
Project description
OpenSTEF
OpenSTEF is a Python package designed for generating short-term forecasts in the energy sector. The repository includes all the essential components required for machine learning pipelines that facilitate the forecasting process. To utilize the package, users are required to furnish their own data storage and retrieval interface.
Table of contents
- OpenSTEF
- Table of contents
- External information sources
- Installation
- Usage
- License
- Contributing
- Contact
External information sources
- Documentation website;
- Python package;
- Linux Foundation project page;
- Documentation on dashboard;
- Video about OpenSTEF;
- Teams channel
Installation
Install the openstef package
pip install openstef
Remark regarding installation within a conda environment on Windows:
A version of the pywin32 package will be installed as a secondary dependency along with the installation of the openstef package. Since conda relies on an old version of pywin32, the new installation can break conda's functionality. The following command can solve this issue:
pip install pywin32==300
For more information on this issue see the readme of pywin32 or this Github issue.
Usage
Example notebooks
To help you get started, a set of fundamental example notebooks has been created. You can access these offline examples here.
Reference Implementation
A complete implementation including databases, user interface, example data, etc. is available at: https://github.com/OpenSTEF/openstef-reference
Screenshot of the operational dashboard showing the key functionality of OpenSTEF. Dashboard documentation can be found here.
To run a task use:
python -m openstef task <task_name>
Database connector for openstef
This repository provides an interface to OpenSTEF (reference) databases. The repository can be found here.
License
This project is licensed under the Mozilla Public License, version 2.0 - see LICENSE for details.
Licenses third-party libraries
This project includes third-party libraries, which are licensed under their own respective Open-Source licenses. SPDX-License-Identifier headers are used to show which license is applicable. The concerning license files can be found in the LICENSES directory.
Contributing
Please read CODE_OF_CONDUCT.md, CONTRIBUTING.md and PROJECT_GOVERNANCE.md for details on the process for submitting pull requests to us.
Contact
Please read SUPPORT.md for how to connect and get into contact with the OpenSTEF project
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
Hashes for openstef-3.4.30-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96f34ada1b33f72c30dfc19931866b7d8aea70882f257963283a64e56092de51 |
|
MD5 | eb0bf8617291d9cb56b9fd2762033b33 |
|
BLAKE2b-256 | f994c5e4a6e30decb2e8247d64e62375f7f8c5002f5ecfb8840b34ea453b6319 |