Skip to content

Commit

Permalink
fix typo in documentation (#1979)
Browse files Browse the repository at this point in the history
* fix typo

* fix another typo (grammar) in docs
  • Loading branch information
VladimirFokow authored Sep 6, 2023
1 parent fecb99d commit f5259b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/01-multi-time-series-and-covariates.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@
"\n",
"### Comments on training using multivariate series\n",
"\n",
"All the features shown ealier on univariate `TimeSeries`, notably using covariates (past and future) or sequence of serie, are of course also compatible with multivariate `TimeSeries` (just make sure that the model used actually support them).\n",
"All the features shown ealier on univariate `TimeSeries`, notably using covariates (past and future) or sequence of series, are of course also compatible with multivariate `TimeSeries` (just make sure that the model used actually supports them).\n",
"\n",
"Furthermore, the models supporting multivariates series might use different approaches. `TFTModel` for example, uses a specialized module to select the relevant features whereas `NBEATSModel` flatten the serie's components into an univariate serie and rely on its fully connected layers to capture the interactions between the features."
]
Expand Down

0 comments on commit f5259b9

Please sign in to comment.