A Python package for describing statistical models and for building design matrices.
Project description
# 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](https://github.com/matthewwardrop/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](http://www.r-project.org/) “formulas” to Python.
[](https://pypi.org/project/spec-classes/)      
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file patsy-0.5.2.tar.gz.
File metadata
- Download URL: patsy-0.5.2.tar.gz
- Upload date:
- Size: 397.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5053de7804676aba62783dbb0f23a2b3d74e35e5bfa238b88b7cbf148a38b69d
|
|
| MD5 |
a35ed659d6be2803f6a3421fb5be8637
|
|
| BLAKE2b-256 |
afdd2041fbf661e823599f868c064804e20895b8a98ff428f97bea472734eb5e
|
File details
Details for the file patsy-0.5.2-py2.py3-none-any.whl.
File metadata
- Download URL: patsy-0.5.2-py2.py3-none-any.whl
- Upload date:
- Size: 233.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc80955ae8c13a7e7c4051eda7b277c8f909f50bc7d73e124bc38e2ee3d95041
|
|
| MD5 |
b9fdacf8334ba87b9c48d235a91c1068
|
|
| BLAKE2b-256 |
877fd37cd027c25145eeba92b1a756976931c831803d92547c8637a3400c339f
|