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

[Exogenous tansformation] Lagged exogenous - target features #413

Open
ncooder opened this issue Sep 13, 2024 · 1 comment
Open

[Exogenous tansformation] Lagged exogenous - target features #413

ncooder opened this issue Sep 13, 2024 · 1 comment

Comments

@ncooder
Copy link

ncooder commented Sep 13, 2024

Description

Is there a way to create a feature from the exogenous and the target value with a lag and without a data leakage? Also in the AutoML can one add a list of exogenous transformations that can be passed for optuna to optimize which one gives better accuracy (also the original exogenous count)?

Use case

This would be very appreciated in AutoML models where the exogenous transformation is not simple to add.

@jmoralez
Copy link
Member

Hey. The target features should be created with the arguments of the MLForecast constructor, those won't have any leakage. For the exogenous I'm not sure what you mean, if they're all known then their lags will be known and there won't be leakage. To tune the exogenous you could generate all the features that you want to try and just select a subset in the optimization.

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