Hierarchical Poisson Factorization#
This module provides a LensKit bridge to the hpfrec library implementing hierarchical Poisson factorization [GHB13].
To install, run:
pip install lenskit-hpf
We do not provide a Conda package, because hpfrec is not packaged for Conda. You can
use pip
to install this package in your Anaconda environment after installing LensKit
itself with conda
.