nixtla icon indicating copy to clipboard operation
nixtla copied to clipboard

Azure AI endpoint for the Bitcoin price prediction gives poor quality forecast

Open aferdoash opened this issue 1 year ago • 2 comments

What happened + What you expected to happen

When reproducing the Bitcoin Price Prediction use case mentioned on the documentation page, it was observed that the forecasts produced are of poorer quality than displayed on the doc page. image

I am however able to reproduce the forecast results shown on the doc page via the Nixtla native model.

What is the reason for the difference between these 2 models? Also, why are the data requirements different (eg. min data requirement)? Is there a way to modify this?

Versions / Dependencies

Click to expand Dependencies: Azure AI endpoint

Reproducible example

# paste your code here
forecast = nixtla_client.forecast(df, h=7, level=level, add_history=True,model='azureai')
nixtla_client.plot(df, forecast, level=level)

Issue Severity

Medium: It is a significant difficulty but I can work around it.

aferdoash avatar Jan 07 '25 13:01 aferdoash

Hi, thanks for reporting. Is the only difference in your code the model you chose?

elephaint avatar Jan 13 '25 21:01 elephaint

yes, everything else is the same

aferdoash avatar Jan 14 '25 04:01 aferdoash