Skip to content

Add association-rule scorer #930

@mdekstrand

Description

@mdekstrand

I want to add an AssociationScorer that scores items based on their associations with the query items. Several associations we should support:

  • Conditional probability $P[i|j]$
  • Lift $\frac{P[i,j]}{P[i]P[j]}$
  • Biased lift with configurable bias factor

We should further allow to configure what interaction is used, and what which entity as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    componentsLensKit recommendation components

    Projects

    Status

    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions