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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cmake](https://redirect.github.com/scikit-build/cmake-python-distributions) | `==3.30.3` -> `==3.30.5` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/cmake/3.30.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/cmake/3.30.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

### Description Enabled more tests for #1861 * --- Checklist to comply with before moving PR from draft: **PR completeness and readability** - [ ] I have reviewed my changes...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [array-api-strict](https://data-apis.org/array-api-strict/) | `==2.0.1` -> `==2.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/array-api-strict/2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/array-api-strict/2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

### Description Data management update. Update `to_table` and `from_table` primitives to support SUA ifaces with zero-copy. ![image](https://github.com/user-attachments/assets/f31b5c62-5f23-4584-b109-22a72dcadb59) ### Detailed #### Major updates - Support of `__sycl_usm_array_interface__` implemented without dpctl as...

enhancement

## Description Stock scikit-learn only support such Array API inputs as `cupy.array_api, array-api-strict, cupy, and PyTorch` [[scikit-learn's Array API support](https://scikit-learn.org/1.5/modules/array_api.html)]. Host numpy copies of the input data will be used...

- Add 'Non-Scikit algorithms' part to the docs - Add info about IncrementalPCA - Add sphinx.napoleon extension to generate docs from docstrings. - Update docstrings for non-scikit algorithms ## Description...

## Description closes https://github.com/intel/scikit-learn-intelex/pull/2087 This PR modifies the script that runs unit tests to also produce a JSON report of the tests that were executed, using a pytest plugin for...

testing

### Description _Add a comprehensive description of proposed changes_ _List issue number(s) if exist(s): #6 (for example)_ --- Checklist to comply with before moving PR from draft: **PR completeness and...

## Description As a follow-up from oneDAL PR: https://github.com/oneapi-src/oneDAL/pull/2930 The PR above enables fitting linear regressions to overdetermined systems, both in regular regression and multi-output regression. Currently, the `sklearnex` estimators...

enhancement

## Description Add pytest-cov for test coverage reports. Work in progress. --- Checklist to comply with **before moving PR from draft**: **PR completeness and readability** - [ ] I have...