alteryx/evalml

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

オープン

#3,535 opened on 2022/06/01

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (93 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (852 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド