-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MLForecast] lag_transforms with different features packages #284
Comments
Hey @Chaptyziok, thanks for using mlforecast. Those libraries produce aggregations, how are you looking to use them? If you want to use the single value by serie that they produce you could join them with your dataframe and use them as static features. |
@jmoralez Actually I want to create rolled features outside of the MLForecast, but I would like to pass them with lags. From what I know MLForecast uses recursive approach so they can also be predicted one step ahead and used as future features. |
I see. I think you can do the same as in this guide. |
@jmoralez Exactly, thank you for providing this guide. |
Nice. Can we close this issue then? |
@jmoralez Yes, please close this issue. |
Description
Currently only window_ops lagged features like rolling_mean or expanding_min can be added as lag_transforms to the model. The idea is to allow for use of tsfresh or tsfeatures inside of the lag_transforms.
Use case
No response
The text was updated successfully, but these errors were encountered: