scikit-learn-intelex
scikit-learn-intelex copied to clipboard
DEP: deprecate to use sklearn estimators in onedal4py SVM
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.
It fails all onedal4py tests, so tests have to be updated as well for svm then. sklearn tests passed.
Changes in #1835 complete what is in this PR, therefore this PR can be closed.