rail.evaluation.metrics.base module

class rail.evaluation.metrics.base.MetricEvaluator(qp_ens)[source]

Bases: object

A superclass for metrics evaluations

evaluate()[source]

Evaluates the metric a function of the truth and prediction

Returns:

metric – value of the metric and statistics thereof

Return type:

dictionary