This GitHub repository contains a Scala implementation of the code originally found in the google-research repository. This project aims to provide an alternative implementation of the same functionality using the Scala programming language.
The original repository implements JointExp (and IndExp) as detailed in Differentially Private Quantiles. JointExp is carefully structured to allow for an efficient implementation that returns estimates of all m quantiles in time
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
[Specify any prerequisites or dependencies that need to be installed before running the Scala code.]
[Provide step-by-step instructions for installing the Scala project, including any necessary setup or configuration.]
[Explain how to use the Scala implementation, including command-line arguments or examples.]
Explain the structure of your project repository, highlighting key directories and files.
- src/main/scala/DPMultiQ # Source code files
- README.md # Project documentation (this file)
- LICENSE # License information
If you have included unit tests, explain how to run them.
$ sbt test
This project is no longer actively supported or maintained. As such, we are not accepting new contributions, pull requests, or bug reports. Feel free to fork the project if you wish to continue its development independently.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
- Credit to the original authors of the implementation listed in AUTHORS.
- Credit to the original authors of the paper listed in Differentially Private Quantiles.
- Bruno Rodríguez
- bruno.rodriguez at ug.uchile.cl
If you hace any doubt or suggestion, please contact me via bruno.rodriguez at ug.uchile.cl
This is not an official Google product.