Discussions

Ask a Question
Back to All

How many API calls are used when performing multiple series forecasting?

Hey!

when performing multi-series forecasting, e.g. as in the following example:

timegpt_fcst_multiseries_df = nixtla_client.forecast(df=df, h=24, level=[80, 90])

we're counting one call for all series? can someone verify?

thanks!