-
Notifications
You must be signed in to change notification settings - Fork 62
Add parameter to compute privacy score with DCRBaselineProtection metric #402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #402 +/- ##
==========================================
+ Coverage 65.95% 66.41% +0.46%
==========================================
Files 20 20
Lines 1307 1325 +18
==========================================
+ Hits 862 880 +18
Misses 445 445
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ine-metric-to-single-table-report
if compute_privacy_score: | ||
start = get_utc_now() | ||
num_rows = len(synthetic_data) | ||
num_rows_subsample = math.floor(num_rows * 0.60) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is the 0.60
coming from? Maybe add an explanation for it.
limit_dataset_size=True
, GaussianCopulaSynthesizer):