Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
5 lines
256 B
Text
5 lines
256 B
Text
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.
|
|
|
|
WWW: https://www.github.com/pydata/patsy
|