{"id":21094,"library":"daal","title":"Intel oneAPI Data Analytics Library (daal)","description":"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.","status":"active","version":"2026.0.0","language":"python","source_language":"en","source_url":"https://github.com/uxlfoundation/oneDAL","tags":["intel","data analytics","machine learning","oneDAL","daal"],"install":[{"cmd":"pip install daal","lang":"bash","label":"Install daal from PyPI"}],"dependencies":[],"imports":[{"wrong":"import daal","symbol":"daal4py","correct":"import daal4py"}],"quickstart":{"code":"import numpy as np\nimport daal4py as d4p\n\n# Generate sample data\nX = np.random.rand(100, 10).astype(np.float32)\n\n# Create KMeans algorithm\nkmeans_algo = d4p.kmeans(nClusters=3, maxIterations=100)\n\n# Compute\nresult = kmeans_algo.compute(X)\n\nprint('Cluster centroids:', result.centroids)\nprint('Assignments:', result.assignments)","lang":"python","description":"Quick start showing KMeans clustering with daal4py."},"warnings":[{"fix":"Install 'pip install daal' and then use 'import daal4py' in your code.","message":"The pip package is named 'daal', but the Python import is 'daal4py'. Using 'import daal' will raise ModuleNotFoundError.","severity":"gotcha","affected_versions":"all"},{"fix":"Use the daal4py Python API instead of low-level C++ bindings.","message":"In version 2026.0.0, old DAAL C++ API headers (e.g., daal.h) are removed. The Python package may drop legacy compatibility.","severity":"breaking","affected_versions":">=2026.0.0"},{"fix":"Use the new data management API (e.g., NumericTable) or migrate to daal4py.","message":"The Matrix, PackedSymmetricMatrix, and PackedTriangularMatrix classes are deprecated and scheduled for removal.","severity":"deprecated","affected_versions":">=2025.10.0 <2026.0.0"}],"env_vars":null,"search_vec":"'2026.0.0':40 'algorithm':15 'analysi':18 'analyt':4,10,46 'cadenc':42 'classif':23 'cluster':25 'current':38 'daal':6,30,50 'data':3,9,17,45 'dimension':27 'includ':22 'intel':1,7,44 'learn':21,48 'librari':5,11 'machin':20,47 'month':43 'oneapi':2,8 'oned':12,37,49 'optim':14 'packag':31 'provid':13 'python':34 'reduct':28 'regress':24 'releas':41 'version':39 'wrapper':35","created_at":"2026-04-27T16:58:03.119720+00:00","updated_at":"2026-04-27T16:58:03.119720+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\nModuleNotFoundError: No module named 'daal4py'"},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"2026.1.0","cli_name":"","cli_version":null,"type":"library","homepage":"https://www.intel.com/content/www/us/en/developer/tools/oneapi/dal.html","github":"https://github.com/uxlfoundation/oneDAL","docs":null,"changelog":null,"pypi":"https://pypi.org/project/daal/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["ai-ml","data"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"import_fail","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-07-10","install_tag":null}}