scikit-learn-intelex
scikit-learn-intelex copied to clipboard
Compatibility with sklearn 1.7.0
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 fromdaal4py/sklearn/metrics/__init__.py:17: from ._pairwise import pairwise_distances)ModuleNotFoundError: No module named 'sklearn.utils._estimator_html_repr': (coming fromsklearnex/__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.