Conversation
|
Latest run with CPU: http://intel-ci.intel.com/f1085339-fdd4-f15e-a36a-a4bf010d0e2d |
|
/azp run CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@ethanglaser The CI error: Probably you need to add it to this file: |
|
The CI error: Not sure what's causing it though. |
|
Actually this is the error: But again not sure what's the issue - I see it's using sklearn1.8 with sklearnex2025.11, which should be compatible. |
|
Digging a bit into it, I think the issue is with this particular line in sklbench: scikit-learn_bench/sklbench/utils/common.py Line 157 in 399d9eb It appears to be importing submodules that estimators use into global variables. Since daal4py defines a module sklearn, it imports that as "sklearn", and then later on when it comes the time to import things from scikit-learn which shares the same module name, it leads to clashes as it tries to look for functions from one in the other. Apparently the only use for that function is to determine if a particular library contains a given estimator or function by name:
|
david-cortes-intel
left a comment
There was a problem hiding this comment.
LGTM, issue with the failing jobs is not related to these fixes and could be left for a later PR.
Description
Addresses timeouts and problematic dataset downloads in CI jobs by:
Checklist:
Completeness and readability
Testing