Intel oneAPI Data Analytics Library (oneDAL) provides optimized algorithms for data analysis and machine learning, including classification, regression, clustering, and dimensionality reduction. The daal package is the Python wrapper for oneDAL. Current version: 2026.0.0. Release cadence: monthly.
pip install daalVerified import paths — ran on the pinned version, not inferred.
Quick start showing KMeans clustering with daal4py.
Install 'pip install daal' and then use 'import daal4py' in your code.
Use the daal4py Python API instead of low-level C++ bindings.
Use the new data management API (e.g., NumericTable) or migrate to daal4py.
No dependency data recorded yet.