Update README.md
This commit is contained in:
parent
86e8cc898c
commit
610af065b8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue