PreferredAI / cornac

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

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

Closed quentinhaenn closed 4 months ago

quentinhaenn commented 5 months 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: