Skip to content

Make TimeSeriesImputerTransform vectorized #1287

Closed
Mr-Geekman opened this issue Jun 14, 2023 · 0 comments · Fixed by #1293
Closed

Make TimeSeriesImputerTransform vectorized #1287

Mr-Geekman opened this issue Jun 14, 2023 · 0 comments · Fixed by #1293
Assignees
Labels
enhancement New feature or request priority/medium Medium priority task

Comments

@Mr-Geekman
Copy link
Contributor

🚀 Feature Request

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.
  • Make sure current tests pass.

Additional context

Related to #1015.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request priority/medium Medium priority task
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant