Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support codings with "implicit intercept" #107

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vnavkal
Copy link

@vnavkal vnavkal commented May 21, 2017

For some use cases, it would be nice to have patsy code a design matrix as if it were going to include an intercept (so e.g. it would exclude some categorical levels), but then not include the intercept. See #80 for details.

This pull request adds an implicit_intercept parameter to some of the public functions (dmatrix, dmatrices, incr_dbuilder, incr_dbuilders, and design_matrix_builders). When set to True, it codes the matrix as if an intercept were included but doesn't actually include the intercept.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant