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

Hi, Please setup code coverage automation and reporting for this project(Python + Cython) There is pretty free choice of tool selection if you can justify its use. It's just have...

enhancement
help wanted
infra
hacktoberfest

Changes proposed in this pull request: - IncrementalLinearRegression added to onedal/sklearnex - Contains changes from https://github.com/intel/scikit-learn-intelex/pull/1713

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

Changes proposed in this pull request: - Added IncrementalBasicStatistics interface to onedal and sklearnex Python modules

enhancement
examples
testing

# Description Any assert in test_monkeypatch will leave the patch in place. This is very much an undesired behavior. Using a try finally statement will guarantee the use of unpatch_sklearn...

# Description scikit-learn provides dummy y variable in cluster/compute ([example](https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/decomposition/_incremental_pca.py#L201)) interfaces for general alignment - we mostly have this implemented in our daal4py/sklearnex cpu interfaces already. It's not used in...

# Description Updating onedal policies implementation. SPMD policy updated without using dpctl inludes * Follow-up branch removing DCPTL from the build Removes real `dpctl` build dependency --------- Co-authored-by: Nikita Kulikov

# Description based on #1702 Follow-up refactoring for #1702 Let's merge after #1702

# Description So far test_patching has been limited to cpu algorithms, this PR will enable get_dataframes_and_queues to test gpu support if available. Changes proposed in this pull request: - remove...