The confidence levels (0-100) for the prediction intervals.
quantiles
Quantiles to forecast. Should be between 0 and 1.
finetune_steps
Number of steps used to finetune 'TimeGPT' in the new data.
finetune_loss
Loss function to use for finetuning. Options are: "default", "mae", "mse", "rmse", "mape", and "smape".
clean_ex_first
Clean exogenous signal before making the forecasts using 'TimeGPT'.
model
Model to use, either "timegpt-1" or "timegpt-1-long-horizon". Use "timegpt-1-long-horizon" if you want to forecast more than one seasonal period given the frequency of the data.