alteryx/evalml

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

Offen

#3.347 geöffnet am 18.02.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (93 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (852 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide