Skipper Seabold

Results 30 comments of Skipper Seabold

Part of the solution on my end is to make easier variable names, but it doesn't get by the having to type the reference category each time I want to...

In principal, I agree with the sentiment. I'm not sure I agree with the design you've proposed, but if you hand off a pandas object to patsy, I think it...

Just came to file this same request, so +1

Another vote https://stackoverflow.com/questions/22388498/statsmodels-linear-regression-patsy-formula-to-include-all-predictors-in-model

I'm just trying to clean up a PR that has been sitting around for a while, and it tries to support unicode. It also dawned on us that we have...

On Mon, Feb 17, 2014 at 7:10 PM, njsmith [email protected] wrote: > There's really no reliable way for patsy to somehow reach inside the > 'data' > object and replace...

Related I guess https://github.com/statsmodels/statsmodels/issues/805 I haven't looked at this in a while, and we didn't coordinate well on this in the beginning. We tried to keep missing data handling mostly...

...and patsy didn't have any missing data handling when I wrote that.

There's one at the top of the issue I linked to above. Note that the current behavior on that issue is the opposite of what was causing the problem before...

See the second comment above. The issue from our end is that we don't pass any NA handling to patsy under the hood, so we don't have any way to...