New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

daal4py

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daal4py

daal4py is a Convenient Python API to the Intel® oneAPI Data Analytics Library (oneDAL)

2024.7.0
PyPI
Maintainers
3

daal4py - A Convenient Python API to the Intel(R) oneAPI Data Analytics Library

Build Status Coverity Scan Build Status Join the community on GitHub Discussions PyPI Version Conda Version

A simplified API to Intel(R) oneAPI Data Analytics Library that allows for fast usage of the framework suited for Data Scientists or Machine Learning users. Built to help provide an abstraction to Intel(R) oneAPI Data Analytics Library for either direct usage or integration into one's own framework.

👀 Follow us on Medium

We publish blogs on Medium, so follow us to learn tips and tricks for more efficient data analysis the help of daal4py. Here are our latest blogs:

💬 Support

Report issues, ask questions, and provide suggestions using:

You may reach out to project maintainers privately at onedal.maintainers@intel.com

🛠 Installation

daal4py is available at the Python Package Index, on Anaconda Cloud in Conda-Forge channel and in Intel channel.

# PyPI (recommended by default)
pip install daal4py
# Anaconda Cloud from Conda-Forge channel (recommended for conda users by default)
conda install daal4py -c conda-forge
# Anaconda Cloud from Intel channel (recommended for Intel® Distribution for Python users)
conda install daal4py -c intel
[Click to expand] ℹ️ Supported configurations
📦 PyPi channel
OS / Python versionPython 3.6Python 3.7Python 3.8Python 3.9
Linux[CPU, GPU][CPU, GPU][CPU, GPU][CPU, GPU]
Windows[CPU, GPU][CPU, GPU][CPU, GPU][CPU, GPU]
OsX[CPU][CPU][CPU][CPU]
📦 Anaconda Cloud: Conda-Forge channel
OS / Python versionPython 3.6Python 3.7Python 3.8Python 3.9
Linux[CPU][CPU][CPU][CPU]
Windows[CPU][CPU][CPU][CPU]
OsX
📦 Anaconda Cloud: Intel channel
OS / Python versionPython 3.6Python 3.7Python 3.8Python 3.9
Linux[CPU, GPU]
Windows[CPU, GPU]
OsX[CPU]

You can build daal4py from sources as well.

⚠️ Scikit-learn patching

Scikit-learn patching functionality in daal4py was deprecated and moved to a separate package - Intel(R) Extension for Scikit-learn*. All future updates for the patching will be available in Intel(R) Extension for Scikit-learn only. Please use the package instead of daal4py for the Scikit-learn acceleration.

Keywords

machine learning

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts