oneDAL icon indicating copy to clipboard operation
oneDAL copied to clipboard

oneAPI Data Analytics Library (oneDAL)

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

Changes proposed in this pull request: - Added threading policy to oneDAL interfaces - Created interfaces for thread pinner in oneAPI part

enhancement
interfaces
oneAPI

Hello, Let me bring what i have faced with during testing the functionality. **Describe the bug** It has been observed that some Catch2 tests for PCA executed with bazel sporadically...

Scikit-learn test "test_enet_multitarget" shows insufficient accuracy of "coefs" and "intercept" in Elastic Net algorithm for multi-target task. Differences in objective function between one-task and multi-task problems is OK (less than...

enhancement

Scikit-learn test "test_warm_start_convergence_with_regularizer_decrement" shows insufficient accuracy of objective function in Elastic Net algorithm on some problems (for example, in case of nonzero inputArgument of optimization solver algorithm). Differences of objective...

enhancement

**Use case** RISC-V is an upcoming CPU architecture with very energy-efficient processors. At the moment, it is possible to build numpy, scipy and sklearn for RISC-V platform using publicly available...

enhancement

# Description Changes made: 1. Added GPU implementation for ridge regression as extension of linear regression 2. Added CPU switch to daal implementation of ridge regression 3. This PR's scope...

# Description `daal::data_management::features::internal::getIndexNumType` is used by other functions that perform type conversions. This function was disabled for non x86_64 devices (when `__x86_64__` is not defined). This PR modifies adds more...

# Description Please include a summary of the change. For large or complex changes please include enough information to introduce your change and explain motivation for it. Changes proposed in...