-
Notifications
You must be signed in to change notification settings - Fork 881
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
Covariance slicing issue still persists for the ARIMA (ARMA) Model. #1892
Comments
Hi @yigitcancomlek and thanks for raising this this issue. This indeed seems to be a bug. I'll add it to our backlog and it should be fixed and released by the end of July. I add the fully reproducible example here:
|
Hello! Thank you very much for addressing the issue! As of right now, the above reproduced code still gives the same error for certain lengths (n>40) even there is |
Yes the code above is just there for developers to reproduce the bug, it's not a fix. The fix is merged in the current master. #1893 explains what the issue was and how it was fixed. The issue you're describing is also most likely fixed with #1893. ARIMA's |
Seems like covariance slicing issue still persists for the ARIMA (ARMA) Model. I am still getting the same error with the below code
gives me the below error. Please let me know if I am making any mistake but if not, I believe the issue still persists. I have
u8darts-all 0.24.0
downloaded in my conda environmentValueError: Provided exogenous values are not of the appropriate shape. Required (110, 9), got (150, 9).
Originally posted by @yigitcancomlek in #843 (comment)
The text was updated successfully, but these errors were encountered: