[ENH] Avoid unnecessary allocations and memory transfers in ARIMA #2233
Labels
CUDA / C++
CUDA issue
Cython / Python
Cython or Python issue
feature request
New feature or request
inactive-30d
inactive-90d
For small orders, the performance of ARIMA is limited by unnecessary allocations and copies, e.g:
fit
)predict
, the log-likelihood is unnecessarily copied to host though it is not neededThe text was updated successfully, but these errors were encountered: