You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[bpr_OnlineRetail_Implicit.ipynb]: operands could not be broadcast together with shapes (3664,) (4338,) · Issue #44 · susanli2016/Machine-Learning-with-Python
Activity
tzema commentedon Sep 28, 2022
I have similar issue :/ Bump
riyaj8888 commentedon Feb 27, 2023
replace model section in notebook with following:
`model = implicit.als.AlternatingLeastSquares(factors=20, regularization=0.1, iterations=50)
alpha = 15
data = (sparse_customer_item * alpha).astype('double')
model.fit(data)`
implicit model expects customer_item data