re-add preview for lasso/enet - #224
Open
ethanglaser wants to merge 2 commits into
Open
Conversation
IntelPython#219 added a block that drops the `n_jobs` column when it is partially NaN, but the pre-existing access below it was left unguarded, so any `--compatibility-mode` report over more than one environment_name raises KeyError: 'n_jobs'. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
Author
|
The predicament of needing this update for private CI with main sklearnex branch but it failing in public CI... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Ref: #168, #185, uxlfoundation/scikit-learn-intelex#3418
CI on main: http://intel-ci.intel.com/f1a99f30-60cb-f12e-bffe-724646f3d540
CI on this branch without #223: http://intel-ci.intel.com/f1aca544-6b9a-f1c2-935d-724646f3d540
CI on this branch current state with #223: http://intel-ci.intel.com/f1acc416-9050-f195-aecb-724646f3d540
Checklist:
Completeness and readability
Testing
Depends on #223 (
n_jobsKeyError fix). That commit is included in this branch so CI can pass; it will drop out of this diff once #223 merges and this branch is rebased.