Open bmorris3 opened 4 years ago
More thoughts:
Model.sample_<sampler>
format in favor of a more PyMC3-ish idiom where we initialize with
context managers explicitly on the user-facing API. exoplanet
as a dependency by switching to pm.find_MAP()
instead of Model.optimize
. This would be the more pymc3-ish way. Need to check that this converges to the right solution as often as exoplanet.optimize
.
exoplanet
has a handyexoplanet.get_dense_nuts_step
function that you can use to get this functionality with minimal intervention.init="adapt_full"
or"jitter+adapt_full"
methods which should be related?