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.
1 parent e8c8b46 commit 5e8f0dbCopy full SHA for 5e8f0db
docs/source/models.rst
@@ -71,7 +71,7 @@ a model that can learn relations between the timeseries can improve accuracy.
71
Not that only :ref:`models that can process covariates <model-covariates>` can
72
learn relationships between different timeseries.
73
If the timeseries denote different entities or exhibit very similar patterns accross the board,
74
-a model such as :py:class:`~pytorch_forecasting.models.nbeats.NBeats` will work as well.
+a model such as :py:class:`~pytorch_forecasting.models.nbeats.NBeats` will not work as well.
75
76
If you have only one or very few timeseries,
77
they should be very long in order for a deep learning approach to work well. Consider also
0 commit comments