File: README.rst

package info (click to toggle)
patsy 0.5.0%2Bgit13-g54dcf7b-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,448 kB
  • sloc: python: 8,824; makefile: 130; sh: 15
file content (38 lines) | stat: -rw-r--r-- 1,104 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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.

.. 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:
  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:
  * 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.