alteryx/evalml

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

开放

#3,535 创建于 2022年6月1日

 (0 条评论) (0 个反应) (0 位负责人)Python (93 个派生)auto 404
good first issue

仓库指标

星标
 (852 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南