distance_measure: <list[dot_product | cosine]>
(Optional)cosine
) instead of dot product (dot_product
) tends to reduce popularity bias and tends to increase the diversity of predictions, often at the expense of accuracy.
run_mode | Default Value |
---|---|
FAST | [dot_product] |
NORMAL | [dot_product] |
BEST | [dot_product] |