Quentin Haenn
Quentin Haenn
### Issue Kind Brand new capability ### Description - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have...
### 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...
### Description I forked the main repo to try to fix an issue I opened (#629) but I cannot build cornac using either `python setup.py install` or `pip install -e...
### Description Cornac cannot work with Numpy 2.0. Error message: "A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.0 as it may crash. To support...
### Description Using any of the model based on Recommender abstract class causes an Attribute Error Exception: csr_matrix object has no attribute A. Tested with ItemKNN and UserKnn so far....
Project name : Radius Clustering Purpose : Perform clustering under radius constraint easily using minimum dominating set. Current repository : https://github.com/lias-laboratory/radius_clustering Main author: @quentinhaenn PyPI : https://pypi.org/project/radius-clustering/ Doc : https://lias-laboratory.github.io/radius_clustering/index.html...