Andrea Novellini
Andrea Novellini
I am using Linux Ubuntu 22.04.3 LTS (WSL 2) on a windows 11 machine and I have python 3.10, numpy 1.26.3 and bazel 7.0.0 installed. I modified the WORKSPACE script...
This PR updates the `tcp_api` to the `Farama-Foundation Gymnasium` API. OpenAI no longer mantains the gym
Closes #494 Adds the `CountMin` sketch implementation
## Proposal: Add DDSketch (Relative-Error Quantile Sketch) **Summary:** This issue proposes adding an implementation of [DDSketch](https://www.vldb.org/pvldb/vol12/p2195-masson.pdf), a mergeable quantile sketch with relative-error guarantees, to the `datasketches-cpp` library. Benefits: - Relative-error...
DDSketch
## Description This PR implements **DDSketch** and closes #457. The design follows the core ideas of the original DDSketch paper and the implementations in other libraries. I have aimed to...