Skip to content

Commit

Permalink
change doc for default method in ExponentialSmoothing.fit()
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcBresson committed Jan 24, 2024
1 parent 0cf6688 commit 1d5c84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsmodels/tsa/holtwinters/model.py
Expand Up @@ -975,7 +975,7 @@ def fit(
starting values are determined using a combination of grid search
and reasonable values based on the initial values of the data. See
the notes for the structure of the model parameters.
method : str, default "L-BFGS-B"
method : str, default "SLSQP"
The minimizer used. Valid options are "L-BFGS-B" , "TNC",
"SLSQP" (default), "Powell", "trust-constr", "basinhopping" (also
"bh") and "least_squares" (also "ls"). basinhopping tries multiple
Expand Down

0 comments on commit 1d5c84f

Please sign in to comment.