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 6cd0184 commit d648105Copy full SHA for d648105
pymc_extras/inference/fit.py
@@ -41,7 +41,7 @@ def fit(method: str, **kwargs) -> az.InferenceData:
41
42
return fit_laplace(**kwargs)
43
44
- if method == "deterministic_advi":
+ if method == "dadvi":
45
from pymc_extras.inference import fit_dadvi
46
47
return fit_dadvi(**kwargs)
0 commit comments