oneDAL icon indicating copy to clipboard operation
oneDAL copied to clipboard

oneAPI Data Analytics Library (oneDAL)

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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/Sphinx-Substitution-Extensions/2024.2.25?slim=true)](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`,...

hacktoberfest
good first issue

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

hacktoberfest
good first issue

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