Update prediction_length_map
#7
by
aditya-agrawal-ikigai
- opened
Currently, the prediction length map maps the frequency of the data sets to their expected forecast horizon.
However, it uses pandas frequency strings which are outdated and causes issues when data loading.
This change simply adds new keys reflecting this change in pandas. There may be more keys that need to be updated but these are all I found.