-
I am using Redis to store the MinHashLSH hashes. The input data is only 223MB, but MinHashLSH resulted in over 15G memory usage in Redis. I attempted to use LeanMeanHash to reduce the memory footprint…
-
Hello, recently we start using ThetaSketch aggregator for groupBy query. Since we learned that ThetaSketch library is more feature-rich which supports INTERSECT|UNION|NOT operations, we believe soon w…
-
Hi,
I would expect that the two of the methods in the following code snippet (i.e. jaccard_approx, jaccard_alternative) would produce near-identical results.
```
#!/usr/bin/python
# -*- coding…
-
Add minhash for cheap computation of doc similarity:
https://ekzhu.github.io/datasketch/minhash.html
-
It would be useful to have
datasketch.__version__
-
Grabar y editar el vídeo explicativo de cómo comprar en datasketch.store
-
- [x] Masacres: entrevista en vídeo con Andres Suarez
- [x] LGBTI: *por definir*
- [x] Aborto: landing page @marianaviro
- [x] Ríos de petroleo: *por definir*
@JulianaGalvisN @verotorobe
-
Escribir textos de descripción de la tienda, títulos y SEO.
https://docs.google.com/document/d/1fd55nShjB5KnV-ubyHYC_3HF-BWjey35x_YPMnVLKSo/edit?usp=drive_web&ouid=118179245375297236332
@verotorobe…
-
-
@AlexanderSaydakov @gianm
I had found the thetaSketch aggrgator handle ```null``` or ```""``` into unexpected value at ingesting in our scene but i'm not sure why it happend.
I defined a thetaSke…