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
In current version TimeSeriesImputerTransform is inherited from PerSegmentWrapper. It leads to for-loop in iteration by segments. We can possible implement it more efficiently.
Proposal
Implement TimeSeriesImputerTransform to work without PerSegmentWrapper. There was an unfinished prototype for this task: #760.
Test cases
Fix tests to work with TimeSeriesImputerTransform, not with it one-segment version.
🚀 Feature Request
In current version
TimeSeriesImputerTransform
is inherited fromPerSegmentWrapper
. It leads to for-loop in iteration by segments. We can possible implement it more efficiently.Proposal
Implement
TimeSeriesImputerTransform
to work withoutPerSegmentWrapper
. There was an unfinished prototype for this task: #760.Test cases
TimeSeriesImputerTransform
, not with it one-segment version.Additional context
Related to #1015.
The text was updated successfully, but these errors were encountered: