Hi All, I am having an error in using forecast method. This timeseries dataset has rows of 2 mins apart.
timegpt_fcst = nixtla_client.forecast(model='timegpt-1-long-horizon',finetune_steps=150,
df=df, h=2000,freq='100ms', level=[90],
time_col='formatted_date', target_col='x4',
)
Error:
ApiError: status_code: 500, body: {'status': 500, 'data': {'detail': 'Internal server error, Please contact us at
ops@nixtla.io or Azul'}, 'message': 'error', 'details': 'request had an error', 'code': 'B10', 'support': 'If you have questions or need support, please email
ops@nixtla.io', 'requestID': 'PNZFPRTHNV', 'headers': {}}
Can someone please help? Thank you!