Add HoltWinters optimizer
requested to merge 409867-introduce-holt-winters-triple-exponential-smoothing-model-for-deployment-frequency-metric-part-2 into master
What does this MR do and why?
!119971 (merged) added HoltWinters smoothing algorithm. This algorithm depends on few params which should be picked to fit best by evaluation metric (R2 score in our case). This class evaluates many different param options and picks the best one. This algorithm will be used in #409875 (closed)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #409867