alteryx / alteryx/evalml

Update the `TimeSeriesImputer` to return None for y when y isn't passed in

Open
#3,535 0 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
Python
Stars
850
Forks
96
PR merge metrics
No merged PRs in 30d

Description

Currently if no value for `y` is passed to the `TimeSeriesImputer`, the resulting output returns a `pd.Series` object with one None value due to [this](https://github.com/alteryx/evalml/blob/main/evalml/pipelines/components/transformers/imputers/time_series_imputer.py#L167).

The behaviour should match our other components and `y` should be returned as `None` if nothing has been passed in.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.