benfred / implicit

Fast Python Collaborative Filtering for Implicit Feedback Datasets
https://benfred.github.io/implicit/
MIT License
3.57k stars 612 forks source link

Rename react_users to item_users #522

Closed benfred closed 2 years ago

benfred commented 2 years ago

On the model.recommend we pass 'user_items' sparse matrix, but on the model.similar_items call we had a 'react_users' sparse matrix. Rename this parameter to 'item_users' to be consistent