arviz.Dask#
- class arviz.Dask[source]#
Class to toggle Dask states.
Warning
Dask integration is an experimental feature still in progress. It can already be used but it doesn’t work with all stats nor diagnostics yet.
Methods
disable_dask()To disable Dask.
enable_dask([dask_kwargs])To enable Dask.
Attributes
dask_flagbool: Enables Dask parallelization when set to True.
dask_kwargsdict: Additional keyword arguments for Dask configuration.