Skip to content

ensure exogenous features are lists #851

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

Merged
merged 2 commits into from
Jan 9, 2024
Merged

ensure exogenous features are lists #851

merged 2 commits into from
Jan 9, 2024

Conversation

jmoralez
Copy link
Member

@jmoralez jmoralez commented Jan 3, 2024

The HyperOptSearch turns lists inside tune.choice into tuples, which makes the concatenation of exogenous features fail when we try to combine a tuple and a list with the "+" operator.

Fixes #840.

@jmoralez jmoralez added the fix label Jan 3, 2024
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@jmoralez jmoralez requested a review from cchallu January 3, 2024 17:30
@cchallu cchallu merged commit 68affcd into main Jan 9, 2024
@cchallu cchallu deleted the ensure-exog-lists branch January 9, 2024 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[NeuralForecast AutoTFT: Exogenous Variables Busted?]
2 participants