We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a31e91 + d8d8730 commit 8778e23Copy full SHA for 8778e23
docs/source/models.rst
@@ -90,7 +90,7 @@ be adversely impacted. In this case, a non-parameteric model will do much better
90
:py:class:`~pytorch_forecasting.models.deepar.DeepAR` is an example for a parameteric model while
91
the :py:class:`~pytorch_forecasting.models.temporal_fusion_transformer.TemporalFusionTransformer`
92
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
+Models based on normalizing flows marry the two worlds by providing a non-parameteric estimate
94
of a full probability distribution. PyTorch Forecasting currently does not provide
95
support for these but
96
`Pyro, a package for probabilistic programming <https://pyro.ai/examples/normalizing_flows_i.html>`_ does
0 commit comments