arviz.load_arviz_data#
- arviz.load_arviz_data(dataset=None, data_home=None, **kwargs)[source]#
Load a local or remote pre-made dataset.
Run with no parameters to get a list of all available models.
The directory to save to can also be set with the environment variable
ARVIZ_HOME
. The checksum of the dataset is checked against a hardcoded value to watch for data corruption.Run
az.clear_data_home
to clear the data directory.- Parameters
- dataset
str
Name of dataset to load.
- data_home
str
, optional Where to save remote datasets
- **kwargs
dict
, optional Keyword arguments passed to
arviz.from_netcdf()
.
- dataset
- Returns