ValueError(f"Could not infer frequency for series {series_id}")
#5
by
wangxiansen11 - opened
My test data and training data are structured as [id, timestamp, target, other] (where id is a fixed string of numbers). When making predictions following the Hugging Face example, I encounter the error: raise ValueError(f"Could not infer frequency for series {series_id}"). Even after changing id to DE (the id value in the example data), this issue still occurs.