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.