View source: R/methods-fable.R
report.ESN | R Documentation |
Provide a detailed summary of the trained ESN model.
## S3 method for class 'ESN'
report(object, ...)
object |
An object of class |
... |
Currently not in use. |
Print detailed model summary.
library(tsibble)
library(fable)
AirPassengers %>%
as_tsibble() %>%
model("ESN" = ESN(value)) %>%
report()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.