Skip to content

Commit 8778e23

Browse files
authored
Merge pull request #234 from rustyconover/patch-1
Fix marry vs merry
2 parents 6a31e91 + d8d8730 commit 8778e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ be adversely impacted. In this case, a non-parameteric model will do much better
9090
:py:class:`~pytorch_forecasting.models.deepar.DeepAR` is an example for a parameteric model while
9191
the :py:class:`~pytorch_forecasting.models.temporal_fusion_transformer.TemporalFusionTransformer`
9292
can output quantile forecasts that can fit any distribution.
93-
Models based on normalizing flows merry the two worlds by providing a non-parameteric estimate
93+
Models based on normalizing flows marry the two worlds by providing a non-parameteric estimate
9494
of a full probability distribution. PyTorch Forecasting currently does not provide
9595
support for these but
9696
`Pyro, a package for probabilistic programming <https://pyro.ai/examples/normalizing_flows_i.html>`_ does

0 commit comments

Comments
 (0)