alteryx/evalml
Update the `TimeSeriesImputer` to return None for y when y isn't passed in
开放
#3,535 创建于 2022年6月1日
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.