-
- [x] HyperLogLog
- [x] HyperLogLog ++
- [x] Count Min Sketch
- [ ] Bloom Filter
- [ ] MinHash
-
-
It would be extremely convenient having an option for a prebuilt module release per supported OS in the releases page.
It would make it rather quick not having to deal with installing build tools a…
-
The current Hyx's rate limiter APIs were inspired by resilience4j/Polly. So each instance of rate limiter handles one rate limit "shard" (e.g. basically, the level on which you apply rate limiting. It…
-
After extensively reading the code, [my best guess was](https://github.com/rust-lang/cargo/issues/10928#issuecomment-2455838796):
> I think the algorithm (compressed_map) is using "arithmetic coding"…
-
Shoudl this become a library of probabilistic data structures?
For example, add Cuckoo filters. Then we would have
`probabalistic.bloomd` (or just bloom) and `probabalistic.cuckoo`
Could add o…
-
While the design philosophy of this library is generally to frame causal computations as probabilistic ones, Pyro is a sufficiently rich foundation that other algorithmic approaches to causal inferenc…
-
- [ ] [[2207.10342] Language Model Cascades](https://arxiv.org/abs/2207.10342)
# [2207.10342] Language Model Cascades
**DESCRIPTION:** Prompted models have demonstrated impressive few-shot learning…
-
All things related to making the third meetup happen.
## Topics
- **Cassandra**, by Sabine
_Big data has brought about a lot of new database types such as Hadoop, MongoDB and Cassandra. This ta…
-
Hello, `haiku` team! Thanks a lot for making awesome `haiku`.
I'm interested in sequential probabilistic models. Normally, parameters of probabilistic models are constrained. A simple example would…