alteryx/evalml

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

Open

#3,535 opened on Jun 1, 2022

 (0 comments) (0 reactions) (0 assignees)Python (93 forks)auto 404
good first issue

Repository metrics

Stars
 (852 stars)
PR merge metrics
 (PR metrics pending)

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.

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

Contributor guide