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

Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application

Results 316 scikit-learn-intelex issues
Sort by recently updated
recently updated
newest added
trafficstars

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):...

sklearn-patch

**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...

bug

# Description Removal of PyCapsule fixes release of training result memory.

Need to parallelize the build of c ++ code when called `python setup.py`

enhancement
help wanted
good first issue
infra
hacktoberfest

# Description t-SNE: add tests

testing