Update the `TimeSeriesImputer` to return None for y when y isn't passed in
Đang mở
good first issue
- Ngôn ngữ chính
- Python
- Star
- 850
- Fork
- 96
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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](https://github.com/alteryx/evalml/blob/main/evalml/pipelines/components/transformers/imputers/time_series_imputer.py#L167).
The behaviour should match our other components and `y` should be returned as `None` if nothing has been passed in.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.