facebookresearch / balance

The balance python package offers a simple workflow and methods for dealing with biased data samples when looking to infer from them to some target population of interest.
https://import-balance.org
GNU General Public License v2.0
686 stars 41 forks source link

[FEATURE] Move from patsy to formulaic #56

Open talgalili opened 1 year ago

talgalili commented 1 year ago

Formulaic is a high-performance implementation of Wilkinson formulas for Python.

https://github.com/matthewwardrop/formulaic

It's probably worth transitioning to it once it matures.