Implicit

This module provides a LensKit bridge to the implicit library implementing several implicit-feedback recommenders.

class lenskit.algorithms.implicit.ALS(*args, **kwargs)

LensKit interface to implicit.als.

class lenskit.algorithms.implicit.BPR(*args, **kwargs)

LensKit interface to implicit.bpr.