Skip to content

Commit 5e8f0db

Browse files
committed
solved issue #1881
1 parent e8c8b46 commit 5e8f0db

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
@@ -71,7 +71,7 @@ a model that can learn relations between the timeseries can improve accuracy.
7171
Not that only :ref:`models that can process covariates <model-covariates>` can
7272
learn relationships between different timeseries.
7373
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.
74+
a model such as :py:class:`~pytorch_forecasting.models.nbeats.NBeats` will not work as well.
7575

7676
If you have only one or very few timeseries,
7777
they should be very long in order for a deep learning approach to work well. Consider also

0 commit comments

Comments
 (0)