gluonts.nursery.few_shot_prediction.src.meta.metrics package#
- class gluonts.nursery.few_shot_prediction.src.meta.metrics.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.) –
- class gluonts.nursery.few_shot_prediction.src.meta.metrics.NormalizedDeviation(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.Metric
- class gluonts.nursery.few_shot_prediction.src.meta.metrics.QuantileLoss(quantiles: List[str], 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.MetricComputes the quantile loss.
- Parameters
quantiles (The quantiles.) –
- class gluonts.nursery.few_shot_prediction.src.meta.metrics.QuantileWidth(quantiles: List[str], 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.MetricComputes the quantile loss.
- Parameters
quantiles (The quantiles.) –
Submodules#
- gluonts.nursery.few_shot_prediction.src.meta.metrics.crps module
- gluonts.nursery.few_shot_prediction.src.meta.metrics.nd module
- gluonts.nursery.few_shot_prediction.src.meta.metrics.numpy module
- gluonts.nursery.few_shot_prediction.src.meta.metrics.quantile module
- gluonts.nursery.few_shot_prediction.src.meta.metrics.quantile_width module