alan-turing-institute / sqlsynthgen

Synthetic data for SQL databases
MIT License
11 stars 0 forks source link

Make a mechanism for generating random values by referencing a real data set #6

Closed Iain-S closed 1 year ago

Iain-S commented 1 year ago

To improve on manually specifying data generators (randint(), mimesis, faker, etc) we want to be able to learn distributions from a real dataset. This, naturally, has privacy considerations.

Iain-S commented 1 year ago