evalml icon indicating copy to clipboard operation
evalml copied to clipboard

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

Open ParthivNaresh opened this issue 2 years ago • 0 comments

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.

ParthivNaresh avatar Jun 01 '22 12:06 ParthivNaresh