Open
Description
Describe the bug
Run the example from https://github.com/intel/scikit-learn-intelex (CPU version). The example script crashes with this error:
Intel(R) Extension for Scikit-learn* enabled (https://github.com/intel/scikit-learn-intelex)
Intel oneDAL FATAL ERROR: Cannot load onedal_thread.2.dll.
To Reproduce
Steps to reproduce the behavior:
- install: python -m pip install scikit-learn scikit-learn-intelex
- new a python file and copy the example in it. (CPU version of example)
- run the python file.
- See error
Expected behavior
The valid example result.
Environment:
- OS: Windows 10 22H2
- Compiler: NA
- Version:
- scikit_learn_intelex-2024.0.1-py311-none-win_amd64.whl
- python 3.11.0