Coder Social home page Coder Social logo

louiseabowler / quipp-pipeline Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alan-turing-institute/quipp-pipeline

0.0 1.0 0.0 23.6 MB

Privacy preserving synthetic data generation workflows

License: MIT License

Jupyter Notebook 52.92% Python 26.18% R 20.16% Makefile 0.74%

quipp-pipeline's Introduction

QUIPP-pipeline

Privacy preserving synthetic data generation workflows

Collaboration and project management is in the QUIPP-collab repo (which is currently private).

This repository contains a pipeline for synthetic population generation, using a variety of methods as implemented by several libraries. Measures of privacy and utility can be built on this.

Top-level directory contents

  • generators: Quickly generating input data for the pipeline from a few tunable and well-understood models

  • datasets: A few (public, open) datasets that we use as input to the methods are reproduced here where licence and size permit

  • synth-methods: One directory per library/tool, implementing a complete synthesis.

  • run-inputs: Parameter json files (see below) for each run.

Running the pipeline

  1. Make a parameter json file, in run-inputs/, for each desired synthesis (see below for the structure of these files).

  2. Run make in the top level QUIPP-pipeline directory to run all syntheses (one per file). The output for run-inputs/example.json can be found in synth-output/example/.

  3. make clean removes all synthetic output and generated data.

Adding another synthesis method

  1. Make a subdirectory in synth-methods having the name of the new method.

  2. This directory should contain an executable file run that when called as

    run $input_json $dataset_base $outfile_prefix

    runs the method with the input parameter json file on the dataset $dataset_base.{csv,json} (see data format, below), and puts its output files in the directory $outfile_prefix.

  3. In the parameter json file (e.g. in run-inputs), the method can be used as the value of the "synth-method" name.

Data format

TODO: describe requirements on csv and json (data) files

Parameter format

TODO: parameter json files

quipp-pipeline's People

Contributors

crangelsmith avatar gmingas avatar kasra-hosseini avatar louiseabowler avatar martintoreilly avatar ots22 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.