Time-Series-Library
Time-Series-Library copied to clipboard
[bug-fix] TimeFeatureEmbedding KeyError with detailed freq arg.
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