From 610af065b82f8b234f92e7d573dd790763621aae Mon Sep 17 00:00:00 2001 From: con-fide <1114363890@qq.com> Date: Thu, 16 Nov 2023 19:11:12 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfedf58..0f825f1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -#ABSyn: An Accurate Differentially Private Data Synthesis Scheme with Adaptive Selection and Batch Processes +# ABSyn: An Accurate Differentially Private Data Synthesis Scheme with Adaptive Selection and Batch Processes + +## Introduction ABSyn: An Accurate Differentially Private Data Synthesis Scheme with Adaptive Selection and Batch Processes. ABSynis a differentially private data synthesis scheme that takes a tabular dataset as input and outputs a synthetic dataset in the same format. +## Install ABSyn + The code can be executed in Python 3.6.9. The dependencies of this project can be installed with pip as follows: