We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ede7a commit 3a4c422Copy full SHA for 3a4c422
bayesflow/diagnostics/plots/mc_calibration.py
@@ -34,10 +34,10 @@ def mc_calibration(
34
35
Parameters
36
----------
37
- true_models : np.ndarray of shape (num_data_sets, num_models)
38
- The one-hot-encoded true model indices per data set.
39
pred_models : np.ndarray of shape (num_data_sets, num_models)
40
The predicted posterior model probabilities (PMPs) per data set.
+ true_models : np.ndarray of shape (num_data_sets, num_models)
+ The one-hot-encoded true model indices per data set.
41
model_names : list or None, optional, default: None
42
The model names for nice plot titles. Inferred if None.
43
num_bins : int, optional, default: 10
0 commit comments