Skip to content

Commit

Permalink
Update privbayes-nonnegativity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
0hex7 authored Feb 11, 2024
1 parent 98a081e commit 39a9f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion privbayes-synthesizer/code/privbayes-nonnegativity.py
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ def postprocess_dataset(data, bucket_mappings, columns_removed):
rows = data.shape[0]
print("\n[+] Number of rows in the dataset is: ",rows)

print("\n[+] Attribute Parent Pairs are being developed ...\n")
print("\n[+] Attribute Parent Pairs (AP Pairs) are being developed ...\n")
pb = PrivBayes(epsilon, n_cpus=6, score_function='R', verbose=True)
pb.fit(data)

Expand Down

0 comments on commit 39a9f45

Please sign in to comment.