alteryx/evalml

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

Aberta

#3.347 aberto em 18 de fev. de 2022

 (0 comentário) (0 reação) (0 responsável)Python (93 forks)auto 404
good first issue

Métricas do repositório

Stars
 (852 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador