echos
Echo State Networks for Time Series Modeling and Forecasting
Echo state networks for R forecasting, filling in the pieces a fable model is expected to have.
◆Recent moves
- 2mo ago
Documentation expanded; M4 dataset renamed
A documentation release covering the network architecture, key hyperparameters and the tuning workflow, plus a clearer name for the bundled M4 subset with the old name kept working. No functional change, but it addresses the gap that tuning support in 1.0.3 exposed.
View source ↗ - 5mo ago
tune_esn() tunes reservoir hyperparameters by cross-validation
Adds rolling-forecast cross-validation over the alpha, rho and the new tau reservoir-scaling parameter, with summary and plot methods for inspecting the results. Reservoir networks are sensitive to exactly these settings, so shipping the tuning loop rather than leaving it to users is what makes the model practical outside a demo.
View source ↗ - 1y ago
Forecast intervals added via moving block bootstrap
Brings uncertainty to the forecasts by simulating future paths from a moving block bootstrap of the residuals and taking quantiles from the simulations, alongside a plot method for the reservoir's internal states. This is the release that lets an echo state network behave like any other model in a fable workflow rather than a point-forecast special case.
View source ↗