andrewtavis / causeinfer

Machine learning based causal inference/uplift in Python
BSD 3-Clause "New" or "Revised" License
56 stars 11 forks source link

Add data simulator #23

Open andrewtavis opened 3 years ago

andrewtavis commented 3 years ago

Adding a data simulator would be a positive addition to causeinfer in that it would allow users to more accurately check general accuracies and compare models.

Files to create:

The simulator would then need to be documented, which should be simple with autodoc :)