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
Delete docs and check CI
Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...
Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...
Using the versions available via PyPI and Anaconda, trying to apply a global patch gives the error: ``` >>> from sklearnex import patch_sklearn >>> patch_sklearn(global_patch=True) Traceback (most recent call last):...
**Describe the bug** Exception is raised when pickling algorithm objects. **To Reproduce** ``` import daal4py as d4p import pickle a=d4p.qr() p=pickle.dumps(a) ``` **Expected behavior** It should create a pickle buffer...
# Description Removal of PyCapsule fixes release of training result memory.
Need to parallelize the build of c ++ code when called `python setup.py`