Matthew Wardrop

Results 29 issues of Matthew Wardrop

Greetings! I just discovered mamba/boa, and the performance improvements offered by mamba are AMAZING. Some of my recipes are not working out of the box with `conda mambabuild`, however; so...

This is my old patch from https://github.com/pgiri/dispy/pull/11 revived against the current master. As per https://github.com/pgiri/dispy/issues/18 the first commit "fixes" the use of classes passed via the `depends` argument of `JobCluster`....

Hi @fwilliams ! This project looks really cool, and it looks like it has (or will have?) a feature that I've been looking for: zero-copy binding of scipy sparse matrices...

This allows `Term` subclasses to label model matrix columns differently based on context; e.g. if a column is a random effect column, then it might be labelled as: `a|g` rather...

enhancement

Currently in formulaic during materialization, bare literals will be silently dropped. In some sense, this makes sense, but given that these are extraneous, an error should be raised. For example:...

bug

This (draft) PR adds support for outputting of modelling metadata from "stateful transforms", which can be used to store (for example) modelling instructions from the formula itself (such as offsets...

Hi @tomicapretto, I stumbled across your cool [formulae](https://github.com/bambinos/formulae) project recently, and it piqued my interest. One of the primary goals of `formulaic` was to be easily extensible to support new...

In some of my work I am interested in exploring two-stage least-square regression on sparse data, and thus in making Formulaic able to handle it nicely. My plan is to...

enhancement

Formulaic's support for stateful transforms is underutilised. Over the coming couple of weeks I'll be adding support in for the missing transforms, aiming to be compatible with patsy and R...

enhancement