Skip to content

Tumult Analytics is a Python library for privately computing aggregate queries on tabular data. It is built atop the Tumult Core library.

License

Apache-2.0, CC-BY-SA-4.0 licenses found

Licenses found

Apache-2.0
LICENSE
CC-BY-SA-4.0
LICENSE.docs
Notifications You must be signed in to change notification settings

opendp/tumult-analytics

PyPI - Version | Documentation - Latest | Join our Slack!

Tumult Analytics — an OpenDP project

Tumult Analytics is a Python library to execute differentially private operations on data, with a strong emphasis on usability and scalability. It is built atop the Tumult Core library.

It was originally developed by Tumult Labs, and joined the OpenDP project after the Tumult Labs team joined LinkedIn.

Demo video

Want to see Tumult Analytics in action? Check out this video introducing the interface fundamentals:

Screenshot of the demo video

A selection of more advanced features is shown on the second part of this demo, in a separate video.

Installation

See the installation instructions in the documentation for information about setting up prerequisites such as Spark.

Once the prerequisites are installed, you can install Tumult Analytics using pip.

pip install tmlt.analytics

Documentation

The full documentation is located at https://docs.tmlt.dev/analytics/latest/.

Support

If you have any questions, feedback, or feature requests, please reach out via the OpenDP Slack.

Contributing

We welcome external volunteers! If you are interested in contributing, please let us know on Slack.

See CONTRIBUTING.md for information about installing our development dependencies and running tests.

Citing Tumult Analytics

If you use Tumult Analytics for a scientific publication, we would appreciate citations to the published software or/and its whitepaper. Both citations can be found below; for the software citation, please replace the version with the version you are using.

@software{tumultanalyticssoftware,
    author = {Tumult Labs},
    title = {Tumult {{Analytics}}},
    month = dec,
    year = 2022,
    version = {latest},
    url = {https://tmlt.dev}
}
@article{tumultanalyticswhitepaper,
  title={Tumult {{Analytics}}: a robust, easy-to-use, scalable, and expressive framework for differential privacy},
  author={Berghel, Skye and Bohannon, Philip and Desfontaines, Damien and Estes, Charles and Haney, Sam and Hartman, Luke and Hay, Michael and Machanavajjhala, Ashwin and Magerlein, Tom and Miklau, Gerome and Pai, Amritha and Sexton, William and Shrestha, Ruchit},
  journal={arXiv preprint arXiv:2212.04133},
  month = dec,
  year={2022}
}

License

Tumult Analytics' source code is licensed under the Apache License, version 2.0 (Apache-2.0). Tumult Analytics' documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC-BY-SA-4.0).

About

Tumult Analytics is a Python library for privately computing aggregate queries on tabular data. It is built atop the Tumult Core library.

Topics

Resources

License

Apache-2.0, CC-BY-SA-4.0 licenses found

Licenses found

Apache-2.0
LICENSE
CC-BY-SA-4.0
LICENSE.docs

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages