# patsy **Repository Path**: mirrors_CamDavidsonPilon/patsy ## Basic Information - **Project Name**: patsy - **Description**: Describing statistical models in Python using symbolic formulas - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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:: https://travis-ci.org/pydata/patsy.png?branch=master :target: https://travis-ci.org/pydata/patsy .. image:: https://coveralls.io/repos/pydata/patsy/badge.png?branch=master :target: https://coveralls.io/r/pydata/patsy?branch=master Documentation: http://patsy.readthedocs.org/ Downloads: http://pypi.python.org/pypi/patsy/ Dependencies: * Python. We test against versions 2.6 and later, and 3.2 and later. (Earlier versions may also work -- bug reports/patches accepted!) * 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: * pydata@googlegroups.com * http://groups.google.com/group/pydata * http://news.gmane.org/gmane.comp.python.pydata License: 2-clause BSD, see LICENSE.txt for details.