Skip to content
New issue

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

model='azureai' throws error when using parameter hist_exog_list #589

Open
aferdoash opened this issue Jan 15, 2025 · 0 comments
Open

model='azureai' throws error when using parameter hist_exog_list #589

aferdoash opened this issue Jan 15, 2025 · 0 comments
Labels

Comments

@aferdoash
Copy link

What happened + What you expected to happen

When trying using historic exogenous variables for forecasting using model='azureai', following error is encountered
image

Same script works with model='timegpt-1'

Versions / Dependencies

Click to expand Dependencies: model='azureai;

Reproducible example

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()

Issue Severity

High: It blocks me from completing my task.

@aferdoash aferdoash added the bug label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant