File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2929 - :func:`log_sample_diagnostics`: Log information derived from the InferenceData object.
3030 - :func:`log_arviz_summary`: Log table of summary statistics about estimated parameters
3131 - :func:`log_metadata`: Log the metadata of the data used in the model.
32+ - :func:`log_error`: Log the exception if an error occurs during sampling.
3233- `pymc.find_MAP`:
3334 - :func:`log_model_derived_info`: Log types of parameters, coords, model graph, etc.
3435- `MMM.fit`:
@@ -1057,6 +1058,9 @@ def autolog(
10571058 Whether to log the metadata of inputs used in the model. Default is True.
10581059 log_model_info : bool, optional
10591060 Whether to log model information. Default is True.
1061+ sample_error_file : str, optional
1062+ The name of the file to log the error if an error occurs during sampling. If
1063+ None, the error will not be logged. Default is "sample-error.txt".
10601064 summary_var_names : list[str], optional
10611065 The names of the variables to include in the ArviZ summary. Default is
10621066 all the variables in the InferenceData object.
You can’t perform that action at this time.
0 commit comments