alteryx/evalml

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

Aperta

#3535 aperta il 1 giu 2022

 (0 commenti) (0 reazioni) (0 assegnatari)Python (93 fork)auto 404
good first issue

Metriche repository

Star
 (852 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor