tangbufanwei
Results
1
issues of
tangbufanwei
Hi guys i met trouble when i was trying to create a recommender system in python by als(alternating least square). Here is the code. user_item = df_no_duplicates.pivot(index='userId', columns='productId', values='rating').fillna(0) print('Shape...