You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is related to #404, which is possibly related to #492. We believe the underlying issue was fixed upstream in statsmodels, but they have not cut a new release with the fix yet. Going to close as a dupe; let's continue to track in #404 (which is still open)
Describe the bug
I get the error
ValueError: Input contains NaN
, when I try to predict the next value of series by using ARIMA model frompmdarima
.But the data I use didn't contains null values.
To Reproduce
perform following codes:
Versions
/usr/local/lib/python3.8/dist-packages/_distutils_hack/__init__.py:33: UserWarning: Setuptools is replacing distutils. warnings.warn("Setuptools is replacing distutils.") System: python: 3.8.10 (default, Jun 22 2022, 20:18:18) [GCC 9.4.0] executable: /usr/local/bin/python machine: Linux-5.4.0-121-generic-x86_64-with-glibc2.29 Python dependencies: pip: 20.2.4 [10/1688] setuptools: 65.3.0 sklearn: 1.1.2 statsmodels: 0.13.2 numpy: 1.19.3 scipy: 1.9.1 Cython: 0.29.32 pandas: 1.3.3 joblib: 1.1.0 pmdarima: 1.8.3 Linux-5.4.0-121-generic-x86_64-with-glibc2.29 Python 3.8.10 (default, Jun 22 2022, 20:18:18) [GCC 9.4.0] pmdarima 1.8.3 NumPy 1.19.3 SciPy 1.9.1 Scikit-Learn 1.1.2 Statsmodels 0.13.2
Expected Behavior
output :
Actual Behavior
error message:
Additional Context
The text was updated successfully, but these errors were encountered: