alteryx/evalml

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

Aberta

#3.535 aberto em 1 de jun. de 2022

 (0 comentário) (0 reação) (0 responsável)Python (93 forks)auto 404
good first issue

Métricas do repositório

Stars
 (852 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador