Hyperparameter optimization helpers (reservoirpy.hyper)#
Utility module for optimizing hyperparameters, with support for both hyperopt-based search and CPU-parallelized custom search using joblib.
Note
This module is meant to be used alongside hyperopt
and Matplotlib packages, which are not installed
with ReservoirPy by default. Before using the
reservoirpy.hyper module, consider installing
these packages if they are not already installed.
The function parallel_research of this module do not rely on hyperopt and can be used independently.
|
Wrapper for hyperopt fmin function. |
|
Executes a parallelized hyperparameter search on the provided objective function using the configuration specified. |
|
Cross parameter scatter plot of hyperopt trials. |