forked from pydata/patsy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
33 lines (25 loc) · 731 Bytes
/
README
File metadata and controls
33 lines (25 loc) · 731 Bytes
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
This is patsy, a Python library for describing statistical models
(especially linear models, or models that have a linear component) and
building design matrices.
Documentation:
http://patsy.readthedocs.org/
Downloads:
http://pypi.python.org/pypi/patsy/
Dependencies:
numpy
Python 2.5 or later (Python 3 works)
Optional dependencies:
nose: needed to run tests
scipy: needed for spline-related functions like 'bs'
Install:
python setupy.py install
or
pip install patsy
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 COPYING for details.