Skip to content

neurodebian/patsy

 
 

Repository files navigation

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.

image

image

Documentation:

http://patsy.readthedocs.org/

Downloads:

http://pypi.python.org/pypi/patsy/

Dependencies:
  • Python (2.6+, or 3.2+)
  • six
  • numpy
Optional dependencies:
  • nose: needed to run tests
  • scipy: needed for spline-related functions like bs
Install:

pip install patsy (or, for traditionalists: python setup.py install)

Code and bug tracker:

https://github.com/pydata/patsy

Mailing list:
License:

2-clause BSD, see LICENSE.txt for details.

About

Describing statistical models in Python using symbolic formulas

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.0%
  • JavaScript 1.4%
  • Other 0.6%