Update prediction_length_map

#7

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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment