Hi, this message came in through Intercom regarding an error with Microsoft. Could you please let me know who at Microsoft we should contact, or how this issue should be handled so we can respond to the user? Thank you.
_*I am writing with a question regarding detect_anomalies(). I'm getting this error*_
_*`ApiError: status_code: 500, body: {'detail': 'Internal server error, Please contact MSFT..'}`*_
When trying to run:
_*anomalies_df = nixtla_client.detect_anomalies(*_
_*df=df_filtered_pd,*_
freq="D",
model="azureai",
_*time_col="ds",*_
_*target_col="y",*_
_*id_col="key"*_
)