Installation

Implicit can be installed from pypi with:

pip install implicit

Installing with pip will use prebuilt binary wheels on x86_64 Linux, Windows and OSX. The wheels includes GPU support on Linux, for CUDA 13.

There are also binary packages on conda-forge for Linux, Windows and OSX. These can be installed with:

conda install -c conda-forge implicit

There are also GPU enabled packages on conda-forge for x86_64 Linux systems. The GPU packages can be installed with:

conda install -c conda-forge implicit implicit-proc=*=gpu

Requirements

This library requires SciPy version 0.16 or later. GPU support requires RMM to be installed.