scoring#

Modules

scoring_rules

A collection of scoring rules for Bayes risk minimization with ScoringRuleNetwork.

Classes

ScoringRuleNetwork(*args, **kwargs)

(IN) Implements Bayes risk minimization for user specified scoring rules by a shared feed forward architecture with separate heads for each scoring rule.

PointNetwork(*args, **kwargs)

(IN) Implements Bayesian estimation of point estimates like mean and quantiles using a shared feed-forward architecture.