Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend TimeSeriesImputer to handle multiple series #4292

Closed
MichaelFu512 opened this issue Aug 29, 2023 · 0 comments · Fixed by #4291
Closed

Extend TimeSeriesImputer to handle multiple series #4292

MichaelFu512 opened this issue Aug 29, 2023 · 0 comments · Fixed by #4291
Assignees
Labels
enhancement An improvement to an existing feature.

Comments

@MichaelFu512
Copy link
Contributor

Description

As a user of multiseries time series in EvalML, I would like the existing TimeSeriesImputer component to be able to handle my multiseries dataset, which has missing values, in a way that matches its current single series implementation.

Acceptance Criteria (AC)

When passed an unstacked multiseries dataset, the TimeSeriesImputer will impute the multiple target columns identically to how it imputes a single target column

One imputation method argument controls all the imputation methods for all target columns, i.e. all target columns are imputed with the same strategy

@MichaelFu512 MichaelFu512 added the enhancement An improvement to an existing feature. label Aug 29, 2023
@MichaelFu512 MichaelFu512 self-assigned this Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement to an existing feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant