alteryx / alteryx/featuretools

Ideas for reintroducing `fill_value` to Lag primitive

Aperta
#2,266 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
time series
Lingua principale
Python
Stelle
7.7k
Fork
915
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

After discussing https://github.com/alteryx/featuretools/pull/2252 we decided to remove `fill_value` from `Lag` since it may be a problem with multiple types of columns in DFS. If there is a need to bring this back we proposed a few ideas:

- introduce `fill_value` but induce another parameter that allows the user to overwrite the input_types. That way DFS will only apply lag to one type and `fill_value` can be applied safely.
- make `fill_value` default to an empty dictionary where the user can overwrite that and specify different fill values for different types of columns. eg `{"categorical": "foo", "numeric":0}`

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.