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_flag

bool: Enables Dask parallelization when set to True.

dask_kwargs

dict: Additional keyword arguments for Dask configuration.