Date: March 26th
Company: SAS
Contact: Anand Surana <
Anand.Surana@sas.com>
Hi Team,
Anand this side!
I was trying to do time series forecasting for one of my use cases. Used the timegpt.forecast method to forecast for future periods. Although the code seems to be working fine facing issues when I try to include below parameters:
•
model='timegpt-1-long-horizon'
• _*finetune_loss='mae'*_
_*If I remove these parameters from my method call, the TimeGPT tends to give a forecast but to finetune was trying with these 2 additional parameters and the code fails. Have added the snippet of code and error for your reference. Also, I am referring to
https://docs.nixtla.io/docs/forecasting_on_a_long_horizon for the syntax and features of timeGPT.*_
Can you please let me know if there’s something which I am missing, resulting in the failure of code execution.