Benjamin Steurer
05/13/2024, 9:42 AMMonthlyForecastDF = timegpt.forecast(df=MonthlyDataDF, h=9, freq='MS', time_col='Date', target_col='MaxSales')
Marco
05/13/2024, 1:39 PMfintetune_steps=10
for example. Also, you can specify the loss used for fine-tuning using finetune_loss
. You can choose from mae, mse, rmse, mape and smape.
I hope this helps!