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.
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:
- Intel Gives Scikit-Learn the Performance Boost Data Scientists Need
- From Hours to Minutes: 600x Faster SVM
- Improve the Performance of XGBoost and LightGBM Inference
- Accelerate Kaggle Challenges Using Intel AI Analytics Toolkit
- Accelerate Your scikit-learn Applications
- Accelerate Linear Models for Machine Learning
- Accelerate K-Means Clustering
- Documentation
- scikit-learn API and patching
- Building from Sources
- About Intel(R) oneAPI Data Analytics Library
Report issues, ask questions, and provide suggestions using:
You may reach out to project maintainers privately at onedal.maintainers@intel.com
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# Intel channel (recommended for Intel® Distribution for Python users)
conda install daal4py -c https://software.repos.intel.com/python/conda/[Click to expand] ℹ️ How to install dpcpp_cpp_rt and impi_rt packages
# PyPi for dpcpp
pip install --upgrade dpcpp_cpp_rt# PyPi for MPI
pip install --upgrade impi_rt# Anaconda Cloud for dpcpp
conda install dpcpp_cpp_rt -c intel# Anaconda Cloud for MPI
conda install impi_rt -c intel[Click to expand] ℹ️ Supported configurations
| OS / Python version | Python 3.6 | Python 3.7 | Python 3.8 | Python 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] |
| OS / Python version | Python 3.6 | Python 3.7 | Python 3.8 | Python 3.9 |
|---|---|---|---|---|
| Linux | [CPU] | [CPU] | [CPU] | [CPU] |
| Windows | [CPU] | [CPU] | [CPU] | [CPU] |
| OsX | ❌ | ❌ | ❌ | ❌ |
| OS / Python version | Python 3.6 | Python 3.7 | Python 3.8 | Python 3.9 |
|---|---|---|---|---|
| Linux | ❌ | [CPU, GPU] | ❌ | ❌ |
| Windows | ❌ | [CPU, GPU] | ❌ | ❌ |
| OsX | ❌ | [CPU] | ❌ | ❌ |
You can build daal4py from sources as well.
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.