Skip to content

Fix no copy_X problem #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dmitrii-kriukov
Copy link
Contributor

setting the flag copy_X to False results in errors with multiple benchmark run and raising an implementation mismatch between sklearn and sklearnex

fix for elasticnet
fit_intercept was set to False by default (sklearn default is True), as a result --no-fit-intercept didn't affect fit_intercept parameter

@dmitrii-kriukov dmitrii-kriukov merged commit 1c6b1d8 into IntelPython:master Jan 28, 2022
dmitrii-kriukov added a commit to dmitrii-kriukov/scikit-learn_bench that referenced this pull request Jan 28, 2022
* knn_svm

* Revert "knn_svm"

This reverts commit 6272ea5.

* test copy

* remove temp config

* default parametrs

* same problem on lasso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants