gituser/production/: patsy-0.5.1 metadata and description

Homepage Simple index

A Python package for describing statistical models and for building design matrices.

author Nathaniel J. Smith
author_email njs@pobox.com
classifiers
  • Development Status :: 4 - Beta
  • Intended Audience :: Developers
  • Intended Audience :: Science/Research
  • Intended Audience :: Financial and Insurance Industry
  • License :: OSI Approved :: BSD License
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Topic :: Scientific/Engineering
license 2-clause BSD
File Tox results History
patsy-0.5.1-py2.py3-none-any.whl
Size
228 KB
Type
Python Wheel
Python
2.7
patsy-0.5.1.tar.gz
Size
388 KB
Type
Source

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.

https://travis-ci.org/pydata/patsy.png?branch=master https://coveralls.io/repos/pydata/patsy/badge.png?branch=master
Documentation:

https://patsy.readthedocs.io/

Downloads:

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

Dependencies:
  • Python (2.6, 2.7, or 3.3+)

  • 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.