Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eeprivacy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eeprivacy

Energy Differential Privacy

  • 0.0.5
  • PyPI
  • Socket score

Maintainers
1

eeprivacy

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


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 or nteract), install eeprivacy and try out any of the example notebooks.

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc