Forecast Combination Package
A Python package for combining forecasts.
Installation
Python 3.10 or newer is required.
Installing from PyPI
pip install forecast-combo[dashboard]
# Use pip install forecast-combo if you do not need dashboard or plotting support.
Installing the development version
git clone https://github.com/bank-of-england/forecast-combo.git
cd forecast-combo
pip install -e .
Quick demo
import forecast_evaluation as fe
import forecast_combo as fc
# Load forecast data
forecast_data = fe.ForecastData(load_fer=True)
# Initialise ForecastCombo
combo = fc.ForecastCombo(forecast_data=forecast_data)
# Fit the combination models
combo.fit(
sources=["mpr", "baseline ar(p) model"],
variables=["gdpkp", "cpisa"],
method=["average", "least_squares"],
training_start="2020-01-01",
)
# Launch the forecast evaluation dashboard
combo.run_forecast_dashboard()
Release files for forecast-combo 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| forecast_combo-0.1.0.tar.gz | 61.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| forecast_combo-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 99.5 kB
Release files / forecast_combo-0.1.0.tar.gz
| Download URL | forecast_combo-0.1.0.tar.gz |
|---|---|
| Size | 61.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
702755bc28c91a8793a8f79bbf609916213b1b31aac8d28364e3198583a493aa
|
|
BLAKE2b-256 checksum How to use checksums |
34b5a11960db90ee4c38722676312e3649ce94e44b50ee0ca333f7e2b581cd1c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 24, 2026.
Transparency logRelease files / forecast_combo-0.1.0-py3-none-any.whl
| Download URL | forecast_combo-0.1.0-py3-none-any.whl |
|---|---|
| Size | 38.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
91e3542f6087df3e5bebc9a05df58c8a44d2497001e1a01bce7dfe9ec8ac31c8
|
|
BLAKE2b-256 checksum How to use checksums |
700d31c64a2aec192544d6c855889bc4591d5e347c172ab4537ea63080c39692
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 24, 2026.
Transparency log