Skip to content

Add HoltWinters optimizer

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.

Related to #409867

Merge request reports

Loading