Replies: 1 comment
-
Hi @drskd The transformer uses pandas.rolling together with pandas.agg under the hood. It does not do any extra manipulation (ie dropping na, filling with 0). We are at first stages with time series, so we only offer very basic functionality. If you have a specific request, please raise an issue with details of what you would like the transformer to do. If you have more than 1 request, please raise more than 1 issue ;) Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thanks a lot for the tremendous work you put into this package!
I had to implement time series features on my own before discovering this package, and I have 2 questions about what is doable with Feature-engine:
Is this imputation feasible right now? Or do you expect to have the whole set of dates given with the already filled nan values? Because this would imply an extra step compared to working directly with the transaction dataset.
Looking forward to your answers!
Beta Was this translation helpful? Give feedback.
All reactions