View source: R/methods-fable.R
ESN | R Documentation |
This function trains an Echo State Network (ESN) to a univariate time series.
ESN(formula, ...)
formula |
Model specification (currently not in use). |
... |
Further arguments passed to |
An object of class ESN
.
library(tsibble)
library(fable)
AirPassengers %>%
as_tsibble() %>%
model("ESN" = ESN(value))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.