Hi All, I am having an error in using forecast met...
# timegpt
c
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!
m
If you have data every 2 minutes, then can you try with
freq="2min"
?
1
t
Thanks for sharing about the error @Chathurangi Shyalika. The API was down briefly a few hours ago, but it's back up again now. Could you please try again and let us know if you're still getting the same error?
c
I was able to resolve the error. Thanks @Marco and @Tracy Teal
t
Great, thanks for retrying. Glad it's working for you now.