Skip to content
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

scikit-learn FutureWarning #590

Open
sxjeru opened this issue Mar 3, 2025 · 0 comments
Open

scikit-learn FutureWarning #590

sxjeru opened this issue Mar 3, 2025 · 0 comments

Comments

@sxjeru
Copy link

sxjeru commented Mar 3, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant