virgilio espina
03/24/2023, 4:33 PMFarzad E
03/24/2023, 5:48 PMvirgilio espina
03/24/2023, 5:59 PMFarzad E
03/24/2023, 6:02 PMdf['ds'] = pd.to_datetime(df['ds'])
virgilio espina
03/24/2023, 6:05 PMFarzad E
03/24/2023, 6:17 PMvirgilio espina
03/24/2023, 6:28 PMFarzad E
03/24/2023, 6:31 PMCristian (Nixtla)
03/24/2023, 7:17 PM<http://pd.to|pd.to>_datetime
fails then there is an issue with the data. Maybe inconsistent dates formats. Can you try specifying the format (eg. YYYY-dd-mm)? You also need to specify the correct frequency when you instantiate the NeuralForecast
class.