Tracy Teal
06/12/2024, 9:45 PMTracy Teal
06/12/2024, 9:47 PMtimegpt_fcst_finetune_df = nixtla_client.forecast(
df=df, h=12, finetune_steps=10,
time_col='timestamp', target_col='value',
)
then you would use that model with your database2, 'df2'
nixtla_client.plot(
df2, timegpt_fcst_finetune_df,
time_col='timestamp', target_col='value',
)
Yibei
06/12/2024, 9:56 PMfuture_ex_vars_df
, then comparing the forecast result with target values in df2.