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

[bug-fix] TimeFeatureEmbedding KeyError with detailed freq arg. #261

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jiengup
Copy link

@jiengup jiengup commented Nov 2, 2023

Experiment script argument freq description says "you can also use more detailed freq like 15min or 3h", but when we set like --freq 15min and the model uses DataEmbedding or TimeFeatureEmbedding will raise a KeyError because original implement don't consider the detailed freq

This PR fixes this bug. Please review. @wuhaixu2016 @GuoKaku

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

Successfully merging this pull request may close these issues.

1 participant