mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
195e979d46
mention that it's no longer actively developed and suggest alternative in DESCR
7 lines
357 B
Plaintext
7 lines
357 B
Plaintext
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.
|
|
|
|
patsy is no longer under active development. The spiritual successor of
|
|
this project is Formulaic (https://github.com/matthewwardrop/formulaic).
|