API Reference#
This is the complete API reference for OpenSTEF. The API is organized into several packages:
Core data structures, datasets, and utilities
Machine learning models and feature engineering
Backtesting, evaluation, analysis and metrics for forecasting models
Core Package (openstef_core)#
Core Modules:
Time series datasets and versioned data access. |
|
Utility functions and helpers for OpenSTEF core functionality. |
|
Configuration utilities for OpenSTEF Beam. |
|
Custom exceptions for OpenSTEF core functionality. |
Models Package (openstef_models)#
Model Modules:
Feature engineering utilities for OpenSTEF. |
|
Model implementations and model interfaces for OpenSTEF. |
|
Explainability utilities for OpenSTEF. |
BEAM Package (openstef_beam)#
BEAM Modules:
Metrics for measuring how well energy forecasting models perform. |
|
Tests forecasting models by simulating how they would perform in real operations. |
|
Turns evaluation results into visualizations and reports for decision making. |
|
Organizes forecasting results into structured performance reports. |
|
Runs complete model comparison studies across multiple forecasting targets. |