API Reference#
ESN Models and Utilities#
|
A classic ESN architecture, as introduced by Jaeger [2001], with no distribution or parallelism. |
|
A distributed/parallelized ESN network based on the multi-dimensional generalization of the algorithm introduced by Pathak et al. [2018], as used in Smith et al. [2023]. |
|
Create an ESN or LazyESN from a zarr store. |
Optimization Tools#
|
A class used to evaluate an ESN architecture, which can be used in |
|
A simple interface with EGO to perform Bayesian Optimization and solve for an optimal parameter set. |
|
Pull random samples from macro_training or test dataset |
|
Transform parameters for optimization, with only either log or log10. |
Perform the inverse of the specified transformation, of either only log or log10. |
Everything Else#
|
This is intended to automate |
|
Creates a random numpy or cupy based matrix via |
|
Similar to |
|
A class for very simple processing routines for xarray.DataArrays. |