echos 1.0.3
New features
- Added reservoir scaling parameter
tautotrain_esn(), enabling dynamic control of reservoir size. - Added
tune_esn()to tune hyperparametersalpha,rhoandtauvia time series cross-validation (i.e., rolling forecasts). - Added S3 methods
summary.tune_esn()andplot.tune_esn()to summarize and visualize results from hyperparameter tuning.
echos 1.0.2
CRAN release: 2025-06-23
New features
- Added forecast intervals to
forecast_esn(),forecast.ESN()andplot.forecast_esn(). Forecast intervals are generated by simulating future sample path based on a moving block bootstrap of the residuals and estimating the quantiles from the simulations. - Added
plot.esn()to visualize the internal states (i.e., the reservoir). - Added
filter_esn()to extract ESN models from a mable. - Added
synthetic_data, a dataset with synthetic time series data as tibble.
