Superclass for model performance objects.
metricPerformance metric.
outcome_typeType of outcome being predicted.
nameName of the performance metric.
value_rangeRange of the performance metric. Can be half-open.
baseline_valueValue of the metric for trivial models, e.g. models that always predict the median value, the majority class, or the mean hazard, etc.
higher_betterStates whether higher metric values correspond to better predictive model performance (e.g. accuracy) or not (e.g. root mean squared error).