You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
Hi, a small suggestion to add a line to the DPSU spark implementation, to support down-level python:
from __future__ import division
https://github.com/opendifferentialprivacy/whitenoise-samples/blob/332d7ef7c4fcf811995f9e6a3aab8d8f4c298a88/data/policy_laplace.py#L1
Without the change, initializing PolicyLaplace incorrectly applies integer division in a few spots.
The text was updated successfully, but these errors were encountered: