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
Add possibility to perform different kids of aggregation for seasonal strategy in TimeSeriesImputerTransform
Proposal
In TimeSeriesImputerTransform add parameter aggregation_method: AggregationMode = "AggregationMode.mean -- method to aggregate values in the window (see link)
Update method _fill to handle the logic with aggregation_method -- now it should aggregate values according the the passed method
🚀 Feature Request
Add possibility to perform different kids of aggregation for
seasonal
strategy inTimeSeriesImputerTransform
Proposal
TimeSeriesImputerTransform
add parameteraggregation_method: AggregationMode = "AggregationMode.mean
-- method to aggregate values in the window (see link)_fill
to handle the logic withaggregation_method
-- now it should aggregate values according the the passed methodetna/etna/transforms/missing_values/imputation.py
Line 203 in cfbfb01
Test cases
Add test for the
seasonal
strategy which checks that it works correctly with differentaggregation_method
Additional context
No response
The text was updated successfully, but these errors were encountered: