Uh oh!
There was an error while loading. Please reload this page.
Dataset download resolutions - #206
Conversation
ethanglaser
commented
Feb 13, 2026
Latest run with CPU: http://intel-ci.intel.com/f1085339-fdd4-f15e-a36a-a4bf010d0e2d |
ethanglaser
commented
Mar 24, 2026
ethanglaser
commented
Mar 24, 2026
/azp run CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
david-cortes-intel
commented
Mar 24, 2026
@ethanglaser The CI error: Probably you need to add it to this file: |
david-cortes-intel
commented
Mar 25, 2026
The CI error: Not sure what's causing it though. |
david-cortes-intel
commented
Mar 25, 2026
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.
Uh oh!
There was an error while loading. Please reload this page.
Description
Addresses timeouts and problematic dataset downloads in CI jobs by:
Checklist:
Completeness and readability
Testing