oneDAL icon indicating copy to clipboard operation
oneDAL copied to clipboard

oneAPI Data Analytics Library (oneDAL)

Results 240 oneDAL issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_cc](https://redirect.github.com/bazelbuild/rules_cc) | bazel_dep | patch | `0.1.1` -> `0.1.2` | --- > [!WARNING]...

Add oneDAL API for SPMD linear and ridge regression --- PR should start as a draft, then move to ready for review state after CI is passed and all applicable...

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

dependencies

## Description Use daal::static_threader_reduce in Linear Regression algorithm to compute X^tX and X^tY matrices the same way it was done for Covariance algorithm (https://github.com/uxlfoundation/oneDAL/pull/3126). Also add grainSize hyperparameter that controls...

enhancement

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

dpc++

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python](https://redirect.github.com/actions/python-versions) | uses-with | minor | `3.11` -> `3.13` | --- ### Release...

dependencies

## Description PR introduces memory optimizations in Knn KD-tree algorithm. Correct reindexing in parallel mode has been added. Queue helper has been updated. --- **PR completeness and readability** - [x]...

bug