activate_caching(cachedir=None,
cache_classes=None,
cache_instances=None,
verbose=0)
|
|
Activate caching extension.
By default, the cache is activated globally (i.e., for all instances
of Node). If cache_classes or cache instances are specified, the cache
is activated only for those classes and instances.
- Parameters:
cachedir - The root of the joblib cache, or a temporary directory if None
cache_classes - A list of Node subclasses for which caching is activated.
Default value: None
cache_classes - A list of Node instances for which caching is activated.
Default value: None
|