scikit-learn-intelex
scikit-learn-intelex copied to clipboard
Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application
### Description * Added SPMD interface for IncrementalEmpiricalCovariance * Added example of its usage. * Changed policy saving workflow, now queue is saved to attributes instead of policy. It is...
### Description * Added SPMD interface for IncrementalBasicStatistics * Changed policy saving workflow, now queue is saved to attributes instead of policy. It is necessary because `finalize_fit` requires `spmd_policy`, but...
### Description * Added SPMD interface for IncrementalEmpiricalCovariance * Changed policy saving workflow, now queue is saved to attributes instead of policy. It is necessary because `finalize_fit` requires `spmd_policy`, but...
### Description * Added SPMD interface for IncrementalLinearRegression * Changed policy saving workflow, now queue is saved to attributes instead of policy. It is necessary because `finalize_fit` requires `spmd_policy`, but...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [setuptools](https://togithub.com/pypa/setuptools) ([changelog](https://setuptools.pypa.io/en/stable/history.html)) | `==73.0.1` -> `==74.0.0` | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [alabaster](https://redirect.github.com/sphinx-doc/alabaster) ([changelog](https://alabaster.readthedocs.io/en/latest/changelog.html)) | `==0.7.13` -> `==1.0.0` | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Sphinx](https://redirect.github.com/sphinx-doc/sphinx) ([changelog](https://www.sphinx-doc.org/en/master/changes.html)) | `==6.2.1` -> `==8.1.3` | [](https://docs.renovatebot.com/merge-confidence/) |...
**Describe the bug** Different results from xgboost when using daal4py converted model **To Reproduce** Use the attached model: [model.zip](https://github.com/user-attachments/files/16769910/model.zip) ``` import numpy as np import xgboost as xgb import daal4py...
### Description Trying validate #1902 with #1861 changes. In case of green CI, #1902 will be approved and merged and #1861 will be rebased for the new changes. Based on...
### Description depends on #1861. Impl of DBSCAN via Array API. Includes some changes from #1813 TBD ### TODO dispatch mechanism and tests suits will be updated --- Checklist to...