Patsy
Notice: patsy is no longer under active development. As of August 2021,
Matthew Wardrop (@matthewwardrop) and Tomás Capretto (@tomicapretto) have taken
on responsibility from Nathaniel Smith (@njsmith) for keeping the lights on, but
no new feature development is planned. The spiritual successor of this project
is Formulaic, and we
recommend those interested in new feature development contribute there. Those
whose use-cases continue to be met by patsy can continue using this package
with increased confidence that things will continue to work as is for the
foreseeable future.
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.
- Documentation: https://patsy.readthedocs.io/
- Downloads: http://pypi.python.org/pypi/patsy/
- Code and issues: https://github.com/pydata/patsy
- Mailing list: pydata@googlegroups.com (http://groups.google.com/group/pydata)
Dependencies
- Python (2.6, 2.7, or 3.3+)
- six
- numpy
- Optional:
- pytest/pytest-cov: needed to run tests
- scipy: needed for spline-related functions like
bs
Installation
pip install patsy (or, for traditionalists: python setup.py install)
License
2-clause BSD, see LICENSE.txt for details.
Release files for patsy 0.5.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| patsy-0.5.3.tar.gz | 397.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| patsy-0.5.3-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 631.5 kB
Release files / patsy-0.5.3.tar.gz
| Download URL | patsy-0.5.3.tar.gz |
|---|---|
| Size | 397.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bdc18001875e319bc91c812c1eb6a10be4bb13cb81eb763f466179dca3b67277
|
|
BLAKE2b-256 checksum How to use checksums |
2c933b7db0bb8f1143f8ddb84f931719e7a538e3092c6898e5cdf65e1ed44fcb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.7.14
|
Release files / patsy-0.5.3-py2.py3-none-any.whl
| Download URL | patsy-0.5.3-py2.py3-none-any.whl |
|---|---|
| Size | 233.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
7eb5349754ed6aa982af81f636479b1b8db9d5b1a6e957a6016ec0534b5c86b7
|
|
BLAKE2b-256 checksum How to use checksums |
2ae4b3263b0e353f2be7b14f044d57874490c9cef1798a435f038683acea5c98
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.7.14
|