scikit-learn-intelex icon indicating copy to clipboard operation
scikit-learn-intelex copied to clipboard

DEP: deprecate to use sklearn estimators in onedal4py SVM

Open samir-nasibli opened this issue 1 year ago • 1 comments

Description

Trying to remove sklearn's BaseEstimator from OneDAL4py's SVM. OneDAL4py estimators should be sklearn compatible but sklearn like iface.

After dispatching to onedal4py backend, no any base/non-base sklearn estimators should be used.

samir-nasibli avatar Feb 19 '24 10:02 samir-nasibli

It fails all onedal4py tests, so tests have to be updated as well for svm then. sklearn tests passed.

samir-nasibli avatar Feb 19 '24 12:02 samir-nasibli

Changes in #1835 complete what is in this PR, therefore this PR can be closed.

icfaust avatar May 15 '24 04:05 icfaust