You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👷 Ti (Smoothing Function): Resolved an issue with the Ti that affected the function of smoothing (exponential weighted average). The previous implementation incorrectly labeled the first value to be deleted. This issue has been fixed by utilizing the built-in function in pandas' ewm method. The beta parameter now acts as the alpha parameter in the pandas function.
Feature
di_freq Support: Introduced a new feature to fit data with dates of different di_freq.