We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying using historic exogenous variables for forecasting using model='azureai', following error is encountered
Same script works with model='timegpt-1'
timegpt_fcst_hist_ex_vars_df = nixtla_client.forecast( df=df, h=24, level=[80, 90], hist_exog_list=['Exogenous1', 'Exogenous2', 'day_0', 'day_1', 'day_2', 'day_3', 'day_4', 'day_5', 'day_6'], model='azureai' ) timegpt_fcst_hist_ex_vars_df.head()
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened + What you expected to happen
When trying using historic exogenous variables for forecasting using model='azureai', following error is encountered
Same script works with model='timegpt-1'
Versions / Dependencies
Click to expand
Dependencies: model='azureai;Reproducible example
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: