alteryx/evalml

Set drop NaN component in time series pipeline to be training-only

オープン

#3,347 opened on 2022/02/18

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

Repository metrics

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

説明

Currently, we run the drop NaN component in time series pipelines during fit, transform, and predict. However, we only need to drop NaN values during training. When passing a test set though the pipeline, we shouldn't generate NaN values with the featurizer and thus do not need to have NaN rows to be dropped.

This has implications for calculating features for time series to be used for permutation importance.

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