2. API References

2.1. recsys.ctr

ObiCTR

Online Bayesian Inference algorithm for Collaborative Topic Regression model (obi-CTR)

2.2. recsys.utils

cy_calc_multinomial_pvals

Calculate event probabilities of the conditional distribution of one variable zjn given others.

cy_calc_new_user_mean

Calculate new user mean vector mui.

cy_calc_new_user_cov

Calculate new diagonals of the user covariance matrix Σui.

cy_calc_new_item_mean

Calculate new item mean vector mvj.

cy_calc_new_item_cov

Calculate new diagonals of the item covariance matrix Σvj.

cy_update_topic_word_mat

Calculate new variational parameters of each “topic” dirichlet distribution {Δk}Kk=1 in place.

cvt_to_word_ids

Convert sparse word count vector to word ids.

split_rating_mat

Split the rating matrix into two rating matrix with the same shape but difference number of ratings.