Skip to content

Commit

Permalink
change from SLSQP to Nelder Mead for lambda coefficients estimation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
veni-vidi-vici-dormivi authored May 23, 2024
1 parent 7587653 commit 91730c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesmer/mesmer_m/power_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def _neg_log_likelihood(coeffs):
_neg_log_likelihood,
first_guess,
bounds=bounds,
method="SLSQP",
method="Nelder-Mead",
).x

def _yeo_johnson_transform(self, local_monthly_residuals, lambdas):
Expand Down

0 comments on commit 91730c6

Please sign in to comment.