Skip to main content

Open short term energy forecaster

Project description

OpenSTEF

Downloads Downloads CII Best Practices

Bugs Code Smells Coverage Duplicated Lines (%) Maintainability Rating Reliability Rating Security Rating Technical Debt Vulnerabilities

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

External information sources

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.

Remark regarding installation on Apple Silicon

If you want to install the openstef package on Apple Silicon (Mac with M1-chip or newer), you can encounter issues with the dependencies, such as xgboost. Solution:

  1. Run brew install libomp (if you haven’t installed Homebrew: follow instructions here)
  2. If your interpreter can not find the libomp installation in /usr/local/bin, it is probably in /opt/brew/Cellar. Run:
mkdir -p /usr/local/opt/libomp/
ln -s /opt/brew/Cellar/libomp/{your_version}/lib /usr/local/opt/libomp/lib
  1. Uninstall xgboost with pip (pip uninstall xgboost) and install with conda-forge (conda install -c conda-forge xgboost)
  2. If you encounter similar issues with lightgbm: uninstall lightgbm with pip (pip uninstall lightgbm) and install later version with conda-forge (conda install -c conda-forge 'lightgbm>=4.2.0')

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 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

openstef-3.4.42.tar.gz (126.9 kB view details)

Uploaded Source

Built Distribution

openstef-3.4.42-py3-none-any.whl (174.0 kB view details)

Uploaded Python 3

File details

Details for the file openstef-3.4.42.tar.gz.

File metadata

  • Download URL: openstef-3.4.42.tar.gz
  • Upload date:
  • Size: 126.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for openstef-3.4.42.tar.gz
Algorithm Hash digest
SHA256 71a152b125e984ec8e54022d1cce4f8b88d98b1150c3ebb1e10fcbaf6313fef0
MD5 6b1b8050b55de80ed342109dea10f9a5
BLAKE2b-256 61abadbef9de5a258138bc5b13e138d961ad1b6baede61d189515924f70d7bac

See more details on using hashes here.

Provenance

The following attestation bundles were made for openstef-3.4.42.tar.gz:

Publisher: python-upload-package.yaml on OpenSTEF/openstef

Attestations:

File details

Details for the file openstef-3.4.42-py3-none-any.whl.

File metadata

  • Download URL: openstef-3.4.42-py3-none-any.whl
  • Upload date:
  • Size: 174.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for openstef-3.4.42-py3-none-any.whl
Algorithm Hash digest
SHA256 d3b8698eb3b107efe4c19ed079e06f8780c829dabc23b58c50fa61cd0ca277cf
MD5 41af0e6b58b843699c22fe93ba69de1b
BLAKE2b-256 64bbe030f2599dc794023806db816db31f12b85ae9ddbfa6559a46a8b4bd5d4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for openstef-3.4.42-py3-none-any.whl:

Publisher: python-upload-package.yaml on OpenSTEF/openstef

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page