File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ def find_MAP(
198
198
include_transformed : bool = True ,
199
199
gradient_backend : GradientBackend = "pytensor" ,
200
200
compile_kwargs : dict | None = None ,
201
- compute_covariance : bool = True ,
201
+ compute_covariance : bool = False ,
202
202
** optimizer_kwargs ,
203
203
) -> (
204
204
dict [str , np .ndarray ]
@@ -243,7 +243,7 @@ def find_MAP(
243
243
compute_covariance: bool
244
244
If True, the inverse Hessian matrix at the optimum will be computed and included in the returned
245
245
InferenceData object. This is needed for the Laplace approximation, but can be computationally expensive for
246
- high-dimensional problems. Defaults to True .
246
+ high-dimensional problems. Defaults to False .
247
247
compile_kwargs: dict, optional
248
248
Additional options to pass to the ``pytensor.function`` function when compiling loss functions.
249
249
**optimizer_kwargs
You can’t perform that action at this time.
0 commit comments