Summary:
The arg = None style is used for the method pathfinder, but it would be nice if the doc listed what the default argument was.
Description:
For example, argument num_elbo_draws=None has documentation
num_elbo_draws (Optional[int]) – Number of Monte Carlo draws to evaluate ELBO.
with no indication of what the default value is.
Current Version:
1.20
Summary:
The
arg = Nonestyle is used for the methodpathfinder, but it would be nice if the doc listed what the default argument was.Description:
For example, argument
num_elbo_draws=Nonehas documentationwith no indication of what the default value is.
Current Version:
1.20