PreferredAI / cornac

A Comparative Framework for Multimodal Recommender Systems
https://cornac.preferred.ai
Apache License 2.0
845 stars 138 forks source link

Fix issue #628 with '.A' stuff on csr_matrix #631

Closed quentinhaenn closed 3 days ago

quentinhaenn commented 1 week ago

Description

Fix the issue concerning '.A' alias deprecated with latest Scipy version (from 1.11). Change '.A' to '.toarray()' in scoring functions in knn models. Also fixing upper bound on numpy version until compatibility is done in requirements

Related Issues

Fix #629

Checklist: