-
I've been playing with HyperMinHash and get around 0.5% error with an cardinality of 10.000 storing sha256 hashes. If I add 100.000 hashes the error increases to 10%.
Is there a way to reduce the …
-
### Is your feature request related to a problem or challenge?
We now have two ways to do range / interval analysis in DataFusion.
Having two representations is challenging because we have to i…
alamb updated
9 months ago
-
__Steps to reproduce:__
I get no results for almost any commands like show series, show measurements, etc.
I have a 44gb database with records from the last year on a default autogen retenti…
geuis updated
4 years ago
-
The default precision value of the Cardinality aggregation is 3,000 documents: above 3,000, the precision will drop off. The max value is 40,000 in Elasticsearch. Users should be able to tune this par…
-
**Describe the bug**
I recently was playing around with testing a patch and ended up crating a join that ran absolutely horribly on the GPU, but not too bad on the CPU. This is not common so I spent …
-
I'm trying to perform RNA velocity with kallisto, bustools and their wrapper kb-python following the instructions in [this R Notebook](https://bustools.github.io/BUS_notebooks_R/velocity.html). But I'…
-
I think it would be nice to implement Altmann's permutation importance (or PIMP) in scikit - original paper is https://academic.oup.com/bioinformatics/article/26/10/1340/193348. The idea was alrea…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Repro…
-
# Problem Outline
Currently, tantivy stores f64 values uncompressed 8 bytes per value in its columnar storage.
Generally float numbers are unsuitable for bitpacking, which requires a different appro…
-
```
explain UPDATE
dynpoi_status
SET
subtitle = marker.subtitle
FROM
marker
WHERE
…