Files

7 lines
357 B
Plaintext
Raw Permalink Normal View History

2017-02-24 21:51:36 +00:00
Patsy is a Python library for describing statistical models (especially
linear models, or models that have a linear component) and building
design matrices. Patsy brings the convenience of R formulas to Python.
2025-01-19 14:08:46 +00:00
patsy is no longer under active development. The spiritual successor of
this project is Formulaic (https://github.com/matthewwardrop/formulaic).