munichpavel / fake-data-for-learning

Sample interesting fake data for machine and human learning
https://munichpavel.github.io/fake-data-for-learning
MIT License
7 stars 0 forks source link

Add methods to create fake categorical data to match a given contingency table #29

Open munichpavel opened 2 years ago

munichpavel commented 2 years ago

Given a contingency table, the task is to generate samples of fake data whose contingency table equals the given one.

munichpavel commented 2 years ago

This is completely trivial, closing. Will likely put example in https://github.com/munichpavel/risk-ai-workshop

It is pretty trivial, but is convenient to have tested methods to do this.