Energy Differential Privacy
Project description
This repository contains the pilot implementation of the core privacy methods for Energy Differential Privacy (EDP). The key components are:
Core Differential Privacy for energy efficiency analytics (eeprivacy)
Python API documentation for eeprivacy
Sample implementations of key use cases
[Examples and library documentation](https://openeemeter.github.io/eeprivacy/)
—
Energy Differential Privacy (EDP) enables the use of the gold standard of privacy protection, differential privacy, for high value energy efficiency analytics.
—
Installation
pip install eeprivacy
Local Usage
Notebooks
With your preferred notebook environment (like [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/) or [nteract](https://nteract.io/)), install eeprivacy and try out any of the [example notebooks](https://openeemeter.github.io/eeprivacy/private-load-shape-algorithm-design.html).
REPL
>>> from eeprivacy.mechanisms import LaplaceMechanism >>> LaplaceMechanism.execute(value=0, epsilon=0.1, sensitivity=1) 1.198515653814998
Development
Build docs:
./bin/build_docs
Run tests:
./bin/test
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for eeprivacy-0.0.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9082bd256ab99172beaba055948a17457f02dcd40cbbecf79581ec344232e19 |
|
MD5 | 68954e8a2b8b7c525183dc7f8e34c516 |
|
BLAKE2b-256 | be7d830439747c3bf3b7c2b35df09d9ef1a048e0a32d4b06eb4190cb1ef609ea |