Jan
Jan
On the new docs website we now have nice API references, however, the docstrings with a high-level description of a class do not show up because there are placed in...
in #1497 we exchanged the score posterior for the vector field posterior. We need to update the `docs` accordingly to fix this issue: 
when using pymc NUTS with python 3.10 and pymc > 5.20.0 we get: ``` Traceback (most recent call last): File "/Users/janteusen/.local/share/uv/python/cpython-3.11.11-macos-aarch64-none/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/Users/janteusen/qode/sbi/.venv/lib/python3.11/site-packages/rich/live.py", line 32,...
see #1390 for details. To fix this issue, we should check whether `pymc` made a new release and fixed the problem and then remove the `fail` mark from the tests...
In all inference methods (child classes of `NeuralInference`) we generally allow to either pass a string for building the density estimator internally, e.g., `NPE(density_estimator="maf")` or we allow passing a plain...
We are testing our inference methods using a linear Gaussian simulator with a Gaussian target posterior. Should be switch to a bimodal posterior instead to detect possible shortcomings of inference...
We now have a bunch of new embedding nets to process sequential data, e.g., the CausalCNN or the TransformerEmbedding (see also #1499 #1494 #1512 ) It would be great to...
We now can use sbi estimators as pyro models (#1491 ) and it would be nice to have a short guide how to do this. This could be integrated into...
It would be nice to have a short guide on how to tune hyperparameters, e.g., neural architectures in `sbi`. E.g., by using a test set of ~1000 `(theta, x)`s and...
To detect a potential misspecification / out of distribution problem of a real-world `x_o`, one could train an unconditional flow on the training data `x` to learn `q(x)`. Given a...