Error:"ValueError: Cannot obtain default prediction length from frequency ME." occured when getting 'cif_2016' dataset.
Error:"ValueError: Cannot obtain default prediction length from frequency min." occured when getting 'london_smart_meters_without_missing' dataset and 'wind_farms_minutely_dataset_without_missing_values' dataset.
To Reproduce
from gluonts.dataset.repository import get_dataset, dataset_names
print(f"Available datasets: {dataset_names}")
dataset = get_dataset("cif_2016") # or 'london_smart_meters_without_missing'```
Error message or code output
Environment
Python version: 3.10
GluonTS version: 0.15.1
Could you please help update the prediction_length_map for 'ME' and 'min' in _tsf_datasets.py?
Description
Error:"ValueError: Cannot obtain default prediction length from frequency
ME
." occured when getting 'cif_2016' dataset. Error:"ValueError: Cannot obtain default prediction length from frequencymin
." occured when getting 'london_smart_meters_without_missing' dataset and 'wind_farms_minutely_dataset_without_missing_values' dataset.To Reproduce
Error message or code output
Environment
Could you please help update the prediction_length_map for 'ME' and 'min' in _tsf_datasets.py?
Thanks!