gluonts.nursery.few_shot_prediction.src.meta.metrics.crps module#
- class gluonts.nursery.few_shot_prediction.src.meta.metrics.crps.CRPS(quantiles: List[str], rescale: bool = False, compute_on_step: bool = True, dist_sync_on_step: bool = False, process_group: Optional[Any] = None, dist_sync_fn: Optional[Callable] = None)[source]#
Bases:
torchmetrics.metric.MetricSame as mean_weighted_quantile_loss in meta.evaluation.metrics just for pytorch
- Parameters
quantiles (The quantiles.) –