View source: R/methods-fable.R
model_sum.ESN | R Documentation |
Provide a succinct summary of a trained ESN.
## S3 method for class 'ESN'
model_sum(x)
x |
An object of class |
Model summary extracted from the object.
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.