Support for Business Days ('B'
frequency) in Training and Prediction
#3245
Labels
bug
Something isn't working
Description
I would like to use business days (
'B'
) as the time unit for both training and prediction in GluonTS. However, when I attempt to use'B'
as the frequency in my dataset and model configuration, I encounter repeated FutureWarnings, and the model fails to train properly.Additionally:
freq='B'
, the model fails to train properly.freq='D'
, the model trains without any issues.To Reproduce
Error message or code output
Environment
Expected Behavior
'B'
) as a valid frequency without warnings or errors.'B'
as the time unit.Request
Could you confirm whether GluonTS currently supports business day (
'B'
) frequencies? If not, would it be possible to add support for this? Alternatively, is there a workaround to correctly handle business day frequency in training and prediction?Thank you!
The text was updated successfully, but these errors were encountered: