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 339 scikit-learn-intelex issues
Sort by recently updated
recently updated
newest added

## Description Follow up to https://github.com/intel/scikit-learn-intelex/pull/1778 --- PR should start as a draft, then move to ready for review state after CI is passed and all applicable checkboxes are closed....

## Description _Add a comprehensive description of proposed changes_ _List associated issue number(s) if exist(s): #6 (for example)_ _Documentation PR (if needed): #1340 (for example)_ _Benchmarks PR (if needed): https://github.com/IntelPython/scikit-learn_bench/pull/155...

## Description Add new finite checking to EmpricalCovariance --- PR should start as a draft, then move to ready for review state after CI is passed and all applicable checkboxes...

## Description _Add a comprehensive description of proposed changes_ _List associated issue number(s) if exist(s): #6 (for example)_ _Documentation PR (if needed): #1340 (for example)_ _Benchmarks PR (if needed): https://github.com/IntelPython/scikit-learn_bench/pull/155...

## Description Temp --- PR should start as a draft, then move to ready for review state after CI is passed and all applicable checkboxes are closed. This approach ensures...

## Description _Add a comprehensive description of proposed changes_ _List associated issue number(s) if exist(s): #6 (for example)_ _Documentation PR (if needed): #1340 (for example)_ _Benchmarks PR (if needed): https://github.com/IntelPython/scikit-learn_bench/pull/155...

testing

## Description --- Checklist: **Completeness and readability** - [x] Git commit message contains an appropriate signed-off-by string _(see [CONTRIBUTING.md](https://github.com/uxlfoundation/scikit-learn-intelex/blob/main/CONTRIBUTING.md#pull-requests) for details)_. - [x] I have resolved any merge conflicts that...

documentation

## Description --- Checklist: **Completeness and readability** - [ ] I have commented my code, particularly in hard-to-understand areas. - [ ] I have updated the documentation to reflect the...

## Description Sycl queues on GPU are managed through global objects, but since the introduction of array API, some operations might be offloaded to other libraries that raise the GIL...

bug
Array API

## Description The docs say that TSNE does not support sparse inputs, and there are checks against them. But it turns out that TSNE doesn't use the actual data -...

bug