Skip to main content

Scoring rules for probabilistic forecast evaluation.

Project description

dark banner light banner

Probabilistic forecast evaluation

CI codecov pypi

scoringrules is a python library that provides scoring rules to evaluate probabilistic forecasts. Its original goal was to reproduce the functionality of the R package scoringRules in python, thereby allowing forecasting practitioners working in python to enjoy the same tools as those working in R. The methods implemented in scoringrules are therefore based around those available in scoringRules, which are rooted in the scientific literature on probabilistic forecasting.

The scoring rules available in scoringrules include, but are not limited to, the

  • Brier Score
  • Logarithmic Score
  • (Discrete) Ranked Probability Score
  • Continuous Ranked Probability Score (CRPS)
  • Dawid-Sebastiani Score
  • Energy Score
  • Variogram Score
  • Gaussian Kernel Score
  • Threshold-Weighted CRPS
  • Threshold-Weighted Energy Score

Features

  • Fast computation of several probabilistic univariate and multivariate verification metrics
  • Multiple backends: support for numpy (accelerated with numba), jax and pytorch
  • Didactic approach to probabilistic forecast evaluation through clear code and documentation

Installation

Requires python >=3.12.

pip install scoringrules

Documentation

Learn more about scoringrules in its official documentation at https://scoringrules.readthedocs.io/en/latest/.

Quick example

import scoringrules as sr
import numpy as np

obs = np.random.randn(100)
fct = obs[:,None] + np.random.randn(100, 21) * 0.1
sr.crps_ensemble(obs, fct)

Citation

If you found this library useful, consider citing:

@software{zanetta_scoringrules_2024,
  author = {Francesco Zanetta and Sam Allen},
  title = {scoringrules: a python library for probabilistic forecast evaluation},
  year = {2024},
  url = {https://github.com/frazane/scoringrules}
}

Acknowledgements

  • The widely-used R package scoringRules served as a reference for this library, which greatly facilitated our work. We are additionally grateful for fruitful discussions with the authors.
  • The quality of this library has also benefited a lot from discussions with (and contributions from) Nick Loveday and Tennessee Leeuwenburg, whose python library scores similarly provides a comprehensive collection of forecast evaluation methods.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scoringrules-0.11.0.tar.gz (194.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

scoringrules-0.11.0-py3-none-any.whl (96.5 kB view details)

Uploaded Python 3

File details

Details for the file scoringrules-0.11.0.tar.gz.

File metadata

  • Download URL: scoringrules-0.11.0.tar.gz
  • Upload date:
  • Size: 194.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for scoringrules-0.11.0.tar.gz
Algorithm Hash digest
SHA256 434d53c292bc319d080657dfdda99a3f6a5ceac45687d0f1218f8180e02a259d
MD5 fef852c2a8f8d42f694c0533409ee635
BLAKE2b-256 e22c645ef0174c26c2eccffc65596a29f2b3eb61daf441ac1ba79dd71611cc14

See more details on using hashes here.

Provenance

The following attestation bundles were made for scoringrules-0.11.0.tar.gz:

Publisher: release.yaml on frazane/scoringrules

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scoringrules-0.11.0-py3-none-any.whl.

File metadata

  • Download URL: scoringrules-0.11.0-py3-none-any.whl
  • Upload date:
  • Size: 96.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for scoringrules-0.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6371a36c856a8055b6751dc401a7e20000f0fd2886d602c90ee35ee0bc8ebb4e
MD5 ad9a8f59d3f5690ef8f771ca45fee10c
BLAKE2b-256 efc2646ebbc8a8b9df9244a76c8a523f7e768857ce3abd1c6bd4740470fd6b86

See more details on using hashes here.

Provenance

The following attestation bundles were made for scoringrules-0.11.0-py3-none-any.whl:

Publisher: release.yaml on frazane/scoringrules

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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