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
Update detrend transforms (LinearTrendTransform, TheilSenTrendTransform) to handle integer timestamp (#163)
Update ResampleWithDistributionTransform to work with integer timestamp (#165)
Update change point transforms (ChangePointsSegmentationTransform, ChangePointsTrendTransform, ChangePointsLevelTransform, TrendTransform) to handle integer timestamp (#176)
Update BATSModel, TBATSModel models to work with integer timestamp (#195)
Update ProphetModel to handle external timestamp (#203)
Remove checking frequency in timestamp_column of ProphetModel (#222)
Update FourierTransform to handle external datetime timestamp (#223)
Update FoldMask to work with integer timestamp, in validate_on_dataset method add validation on presence of FoldMask parameters in ts.index, add tests for FoldMask (#226)
Fix FourierTransform on integer index, add inference tests (#230)
Update outliers transforms to handle integer timestamp (#229)
Update pipelines to handle integer timestamp (#241)
Add timestamp_range and refactor code with it (#244)