.. role:: hidden :class: hidden-section qpytorch.metrics =================================== .. automodule:: qpytorch.metrics .. currentmodule:: qpytorch.metrics All QPyTorch metrics are ported from GPyTorch. See `the metrics tutorial`_ for usage instructions. .. automethod:: qpytorch.metrics.mean_absolute_error .. automethod:: qpytorch.metrics.mean_squared_error .. automethod:: qpytorch.metrics.mean_standardized_log_loss .. automethod:: qpytorch.metrics.negative_log_predictive_density .. automethod:: qpytorch.metrics.quantile_coverage_error .. _the metrics tutorial: examples/00_Basic_Usage/Metrics.html