cross-validation
method. Specify the number of windows using the n_windows argument.
👍 Use an Azure AI endpoint To use an Azure AI endpoint, remember to set also thebase_urlargument:nixtla_client = NixtlaClient(base_url="you azure ai endpoint", api_key="your api_key")
📘 Available models in Azure AI If you are using an Azure AI endpoint, please be sure to setFor more details, check out our cross-validation tutorial.model="azureai":nixtla_client.forecast(..., model="azureai")For the public API, we support two models:timegpt-1andtimegpt-1-long-horizon. By default,timegpt-1is used. Please see this tutorial on how and when to usetimegpt-1-long-horizon.

