patsy · PyPI
pypi.org › project › patsy# Patsy. Notice: patsy is no longer under active development. As of August 2021, Matthew Wardrop (@matthewwardrop) and Tomás Capretto (@tomicapretto) have taken on responsibility from Nathaniel Smith (@njsmith) for keeping the lights on, but no new feature development is planned.
Quickstart — patsy 0.5.1+dev documentation
patsy.readthedocs.io › en › latestOf course Patsy doesn’t much care what sort of object you store your data in, so long as it can be indexed like a Python dictionary, data[varname]. You may prefer to store your data in a pandas DataFrame, or a numpy record array… whatever makes you happy. Now, let’s generate design matrices suitable for regressing y onto x1 and x2.
patsy · PyPI
https://pypi.org/project/patsy# Patsy. Notice: patsy is no longer under active development. As of August 2021, Matthew Wardrop (@matthewwardrop) and Tomás Capretto (@tomicapretto) have taken on responsibility from Nathaniel Smith (@njsmith) for keeping the lights …