-
### Discussed in https://github.com/pykale/pykale/discussions/392
Originally posted by **Schobs** July 14, 2023
Discussion for TODO items on the QBin Refactor.
Currently @ PR [here](https://g…
-
Hey,
I've been looking at the PARC code, and i noticed that in lines 298-306 (PARC/parc/_parc.py), you first create edgelist and then make a copy of edgelist. The copy is then used in the following…
-
Hi, when I update my scikit-learn and then using Cluster_Ensembles package, an error happened:
_ImportError: cannot import name 'jaccard_similarity_score' from 'sklearn.metrics'_
Now I solved this…
-
### Is your feature request related to a problem? Please describe.
Upon reviewing the Boolean distance metrics in `scipy.spatial.distance`, I find a number of inconsistencies with respect to non-Bo…
-
-
**What similarity measure is this hash function for?**
[Weighted Jaccard similarity](https://en.wikipedia.org/wiki/Jaccard_index#Weighted_Jaccard_similarity_and_distance)
**References**
- *Improv…
-
You should consider using Standardized Co-incident Ratio (SCR) as a measure of similarity instead of the Jaccard Similarity, as the latter is biased in large bipartite graphs whereas the former is not…
-
Hi!
I think it would be nice if Bedtools supported other measures than the Jaccard index for measuring the similarity between two tracks (bed files), and I am interested in submitting a pull reques…
-
1) What are some good song similarity metrics?
**1-a)** For songs $s_1$ and $s_2$ in a platform, for $i=1,2$, let $S_i$ be the set of playlists that contain $s_i$. Is [Jaccard Index](https://en.wikip…
-
when I search "i hate banana", i would like to get the text "i love banana" too. I can't achieve it with any of the scoring methods, am doing it wrong? How do i achieve it?