`statsmodels.tsa.holtwinters.Holt` has an `optimized=True` parameter (the default) that uses maximum likelihood estimation to find the smoothing parameters (alpha for level, beta for trend) that best fit the historical data. You can also specify parameters manually if you have a business reason to p