benfred / implicit

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

CosineRecommender Documentation #618

Closed AndrewBoney closed 2 years ago

AndrewBoney commented 2 years ago

Great package, really enjoying using it!

Small issue, but the documentation for the CosineRecommender class is showing docs for the base class ItemItemRecommender where I think it should be showing CosineRecommender. Side effect is that the documentation for the ItemItemRecommender class is unintentionally duplicated.

benfred commented 2 years ago

Thanks for the heads up! It should be fixed now with https://github.com/benfred/implicit/pull/619