oneDAL
oneDAL copied to clipboard
oneAPI Data Analytics Library (oneDAL)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Sphinx-Substitution-Extensions](https://togithub.com/adamtheturtle/sphinx-substitution-extensions) | `==2022.2.16` -> `==2024.2.25` | [](https://docs.renovatebot.com/merge-confidence/)...
# 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...
For debugging purposes, it would be useful to add some context to error messages which are passed as part of thrown exceptions. For example, consider the code in function `cpp/oneapi/dal/detail/common.hpp:get_data_type_size`,...
# Description Add primitives to BUILD file so tests run in CI/nightly scope, fix failures (by adding condition for hardware)
As of now, DAAL only support double precision calculation of the roc_auc_score. A single precision implementation in https://github.com/oneapi-src/oneDAL/blob/main/cpp/daal/src/data_management/roc_auc_score.cpp is necessary for conformance to the datatypes in the DAAL codebase.
**Describe the bug** Fatal error when building: ``` In file included from /usr/include/c++/13.2.1/bits/stl_algo.h:71, from /usr/include/c++/13.2.1/algorithm:61, from cpp/oneapi/dal/algo/logistic_regression/parameters/cpu/train_parameters.cpp:17: /usr/include/c++/13.2.1/cstdlib:79:15: fatal error: stdlib.h: No such file or directory 79 | #include_next |...
## Overview Reference implementation of the statistics routine `x2c_mom` These changes enable the example `em_gmm_dense_batch` with reference backend. This has been removed from the exclude list. The changes were tested...
# Description Avoid using globalControl to control number of threads, use custom task arena for this purpose. Changes proposed in this pull request: - Add pointer task arena as ThreaderEnvironment...
- internally developed GEMM was removed - call to MKL's sparse GEMM was added into clusters assignment step in sparse K-means (see `assign_clusters` kernel) - incorrect use of communicator was...
**Describe the bug** - In Python, we can simply use `daal4py.get_gbt_model_from_lightgbm()` to convert a trained LGBM model to oneDAL, and use `daal4py.gbt_regression_prediction()` to predict. - May I find the corresponding...