Christian Hudon

Results 18 comments of Christian Hudon

This is more future-facing, but the [IBM AI Factsheets](https://aifs360.mybluemix.net/examples) are one of the more practical implementations of model fact sheets presently.

That's great! I don't have time to look at this right now, but I should have more time around the next weekend.

Working on this. Quick questions. Should I do a `__getstate__` implementation for everything, or is there some stuff that doesn't need to be pickled and can stay with `__getstate__ =...

Getting back to working on patsy. My plan is to write the pickling support and tests for a simple class (I picked `EvalFactor`) and show you that. Once we're happy...

And for the tests, here's actually what I'm thinking of doing right now. You can tell me what you think, and if it sounds realistic. We want to achieve two...

I've updated the description at the top to actually talk about the work that remains to be done, after going through all the comments in the pull request and other...

This is not quite done or working yet, but it's starting to show the general approach.

@njsmith Now would be good time to have a look and give any comments about the general approach. If things look okay, we can start making more of the patsy...

Yeah. Don't use dill to pickle v0.3 DesignMatrixBuilder objects. Patsy v0.4 will support pickling. (The harder bits are done.) @njsmith I guess now that #25 is taken care of, the...