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 30090ed commit a54c7b2Copy full SHA for a54c7b2
pymc_extras/inference/laplace.py
@@ -429,6 +429,7 @@ def find_mode(
429
raise NotImplementedError("Currently assumes user specifies the Gaussian latent field x")
430
431
# Minimise negative log likelihood
432
+ # TODO: NLL already computs jac by default. Need to check how to access
433
loss_x = -model.logp()
434
# TODO Need to think about how to get inputs (i.e. a collection of all the input variables) to go along with the specific
435
# variable x, i.e. f(x, *args). I assume I can't assume that the inputs arg will be ordered to have x first. May need to sort it somehow
0 commit comments