Skip to content
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

Closed
Chaptyziok opened this issue Dec 12, 2023 · 6 comments
Closed

[MLForecast] lag_transforms with different features packages #284

Chaptyziok opened this issue Dec 12, 2023 · 6 comments

Comments

@Chaptyziok
Copy link

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

@jmoralez
Copy link
Member

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.

@Chaptyziok
Copy link
Author

@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.

@jmoralez
Copy link
Member

I see. I think you can do the same as in this guide.

@Chaptyziok
Copy link
Author

@jmoralez Exactly, thank you for providing this guide.

@jmoralez
Copy link
Member

Nice. Can we close this issue then?

@Chaptyziok
Copy link
Author

@jmoralez Yes, please close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants