Skip to content

world-federation-of-advertisers/uk-pilot-synthetic-data-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uk-pilot-synthetic-data-gen

Scripts for generating synthetic data for UK pilot

Prepare the environment and install dependencies

git clone https://github.com/world-federation-of-advertisers/uk-pilot-synthetic-data-gen
cd uk-pilot-synthetic-data-gen
python3 -m venv ../synthetic-data-env
source ../synthetic-data-env/bin/activate
pip3 install -r requirements.txt 

Then run with providing

  1. EDP id. Either Digital1 or Digital2.
  2. A random seed

This command will generate a set of files in the form of Digital1_row_*_fake_data.csv in your directory:

python3 main.py -r 4 -e Digital1

It should take ~11 hours to generate the whole dataset with 8 cores

About

Scripts for generating synthetic data for UK pilot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages