scikit-learn-intelex icon indicating copy to clipboard operation
scikit-learn-intelex copied to clipboard

Compatibility with sklearn 1.7.0

Open remi-braun opened this issue 4 months ago • 3 comments

Is sklearn-intelex compatible with latest sklearn version (1.7.0) ?

I have two errors that suddenly popped up in my CI:

  • ModuleNotFoundError: No module named 'sklearn.utils._joblib' : (coming from daal4py/sklearn/metrics/__init__.py:17: from ._pairwise import pairwise_distances)
  • ModuleNotFoundError: No module named 'sklearn.utils._estimator_html_repr': (coming from sklearnex/__init__.py:65: from ._utils import set_sklearn_ex_verbose)

However, I'm not sure if it comes from here or if I made a mistake somewhere.

remi-braun avatar Jun 10 '25 12:06 remi-braun