Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Jul 5, 2024

Conversation

quentinhaenn
Copy link
Contributor

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:

  • I have added tests.
  • I have updated the documentation accordingly.
  • I have updated README.md (if you are adding a new model).
  • I have updated examples/README.md (if you are adding a new example).
  • I have updated datasets/README.md (if you are adding a new dataset).

cornac/data/text.py Outdated Show resolved Hide resolved
requirements.txt Outdated Show resolved Hide resolved
@tqtg tqtg merged commit 3abfdaa into PreferredAI:master Jul 5, 2024
24 checks passed
@darrylong darrylong added the bug Something isn't working label Jul 22, 2024
@tqtg tqtg mentioned this pull request Aug 12, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Attribute Error with csr_matrix using Recommender based models
3 participants