rcParams#
|
Return a context manager for managing rc settings. |
Available rcParams and Defaults#
Below is the list of all ArviZ rcParams, their default values, and a short description.
These values are defined in arvizrc.template.
Key |
Default |
Description |
|---|---|---|
data.http_protocol |
https |
Protocol used for loading remote datasets. Must be either |
data.index_origin |
0 |
Index origin for automatically generated indices. Must be either |
data.load |
lazy |
Default data loading mode. |
data.log_likelihood |
true |
Whether to save pointwise log-likelihood values. One of |
data.metagroups |
{…} |
Mapping of inference groups (posterior, prior, warmup, latent, observed). See |
data.save_warmup |
false |
Whether to store warmup iterations in InferenceData. |
plot.backend |
matplotlib |
Plotting backend. One of |
plot.density_kind |
kde |
Density estimation method. One of |
plot.max_subplots |
40 |
Maximum number of subplots created automatically. |
plot.point_estimate |
mean |
Point estimate shown on plots. Options are |
plot.bokeh.bounds_x_range |
auto |
X-axis bounds for bokeh figures. One of |
plot.bokeh.bounds_y_range |
auto |
Y-axis bounds for bokeh figures. One of |
plot.bokeh.figure.dpi |
60 |
Dots-per-inch resolution for bokeh figures. |
plot.bokeh.figure.height |
500 |
Height of bokeh figures (in pixels). |
plot.bokeh.figure.width |
500 |
Width of bokeh figures (in pixels). |
plot.bokeh.layout.order |
default |
Structure of subplot layouts. One of |
plot.bokeh.layout.sizing_mode |
fixed |
Responsive layout behavior. One of |
plot.bokeh.layout.toolbar_location |
above |
Toolbar position. One of |
plot.bokeh.marker |
cross |
Marker type used for bokeh scatter plots. |
plot.bokeh.output_backend |
webgl |
Rendering backend. One of |
plot.bokeh.show |
true |
Whether to call |
plot.bokeh.tools |
reset,pan,box_zoom,wheel_zoom,lasso_select,undo,save,hover |
Default enabled bokeh tools. |
plot.matplotlib.show |
false |
Whether to call |
stats.ci_prob |
0.94 |
Credible interval probability (e.g., similar to 95%, but ArviZ defaults to 94%). |
stats.information_criterion |
loo |
Information criterion used for model comparison. One of |
stats.ic_compare_method |
stacking |
Method for information criterion model comparison. One of |
stats.ic_pointwise |
true |
Whether to return pointwise IC computations. |
stats.ic_scale |
log |
Scale for IC values. One of |