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 455f03c commit 89523a9Copy full SHA for 89523a9
bayesflow/approximators/continuous_approximator.py
@@ -662,7 +662,7 @@ def compositional_sample(
662
Dictionary of conditioning variables as NumPy arrays with shape
663
(n_datasets, n_compositional_conditions, ...).
664
compute_prior_score : Callable[[Mapping[str, np.ndarray]], np.ndarray]
665
- A function that computes the log probability of samples under the prior distribution.
+ A function that computes the score of the log prior distribution.
666
split : bool, default=False
667
Whether to split the output arrays along the last axis and return one column vector per target variable
668
samples.
0 commit comments