Describe the bug
.venv\Lib\site-packages\sklearn\utils\deprecation.py:151: FutureWarning: 'force_all_finite' was renamed to 'ensure_all_finite' in 1.6 and will be removed in 1.8. warnings.warn(
To Reproduce
import pmdarima as pm
model = pm.auto_arima(data, seasonal=False, trace=True)
print(model.summary())
Versions
python: 3.12.6
Python dependencies:
setuptools: 75.8.2
pip: 25.0.1
sklearn: 1.6.1
statsmodels: 0.14.4
numpy: 1.26.4
scipy: 1.15.2
Cython: 3.0.12
pandas: 2.2.3
joblib: 1.4.2
pmdarima: 2.0.4
Expected Behavior
No warning.
Actual Behavior
We got a lot of repeated warnings.
Additional Context
Follow the warning to change the name of the function used?
Describe the bug
.venv\Lib\site-packages\sklearn\utils\deprecation.py:151: FutureWarning: 'force_all_finite' was renamed to 'ensure_all_finite' in 1.6 and will be removed in 1.8. warnings.warn(
To Reproduce
Versions
python: 3.12.6 Python dependencies: setuptools: 75.8.2 pip: 25.0.1 sklearn: 1.6.1 statsmodels: 0.14.4 numpy: 1.26.4 scipy: 1.15.2 Cython: 3.0.12 pandas: 2.2.3 joblib: 1.4.2 pmdarima: 2.0.4Expected Behavior
No warning.
Actual Behavior
We got a lot of repeated warnings.
Additional Context
Follow the warning to change the name of the function used?