forked from Lainports/freebsd-ports
- Fix LICENSE - Add LICENSE_FILE - Allow concurrent installation (USE_PYTHON=concurrent) - Move PORTDOCS and PORTEXAMPLES to PLIST - Add PyPI as primary WWW - Take maintainership Changes: https://github.com/pydata/patsy/blob/master/doc/changes.rst
6 lines
291 B
Text
6 lines
291 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://pypi.python.org/pypi/patsy
|
|
WWW: https://github.com/pydata/patsy
|