lenskit.hpf#
Classes
- class lenskit.hpf.HPFScorer(features, **kwargs)#
-
Hierarchical Poisson factorization, provided by hpfrec.
Todo
Right now, this uses the ‘rating’ as a count. Actually use counts.
- Parameters:
features (int) – the number of features
kwargs – additional arguments to pass to
hpfrec.HPF
.
- get_config()#
Get the configuration by inspecting the constructor and instance variables.