alteryx / alteryx/evalml

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

オープン
#3,347 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
good first issue
主要言語
Python
スター
850
フォーク
96
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。