scikit-learn-intelex
scikit-learn-intelex copied to clipboard
Refactor linear regression
Changes proposed in this pull request:
- Remove version checks
- Rearrange methods between Base and inherited classes in onedal
- Remove Base class in sklearnex
- Remove unnecessary variables
These changes are necessary for more convenient adding of IncrementalLinearRegression
/intelci: run
/intelci: run
/intelci: run
/intelci: run
/intelci: run
/intelci: run
/intelci: run
/intelci: run
/intelci: run
https://ecmd.jf.intel.com/commander/link/jobDetails/jobs/eedd311d-0051-f112-bf14-a4bf010d0e2e
/intelci: run
/intelci: run
Regarding version check removal: here it was completely redundant since it is duplicated there: https://github.com/intel/scikit-learn-intelex/blob/c9a1f446b4698162a9e612c61663888ccf15914f/setup.py#L556
By the way, do we have strict policy regarding such version checks? It looks like there are just few algos where it is used
By the way, do we have strict policy regarding such version checks? It looks like there are just few algos where it is used
Nothing formal as far as I know
Branch is 14 commits behind main, try to rebase and then re-run internal CI
/intelci: run
master bench: https://ecmd.jf.intel.com/commander/link/jobDetails/jobs/eee78d85-f7d2-f1eb-8305-a4bf010d0e2e this branch bench: https://ecmd.jf.intel.com/commander/link/jobDetails/jobs/eee7cdd9-bd56-f120-821d-a4bf010d0e2e there are no performance changes and ci is green