powered by
Return summary statistics from trained ESN models during random search as tibble.
tibble
model: Model identifier.
model
loglik: Log-likelihood.
loglik
nobs: Number of observations.
nobs
df: Effective degrees of freedom.
df
lambda: Regularization parameter.
lambda
aic: Akaike Information Criterion.
aic
aicc: Corrected Akaike Information Criterion.
aicc
bic: Bayesian Information Criterion.
bic
hqc: Hannan-Quinn Information Criterion.
hqc
mse: Mean Squared Error.
mse
mae: Mean Absolute Error.
mae
# S3 method for ESN glance(x, ...)
Summary statistics extracted from the object.
An object of class mdl_df, containing an ESN model.
mdl_df
Currently not in use.
library(tsibble) library(fable) AirPassengers %>% as_tsibble() %>% model("ESN" = ESN(value)) %>% glance()
Run the code above in your browser using DataLab