-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
Description
Use cases:
- It should be possible to pickle a
DesignMatrixBuilder(and/orDesignInfo, same issue) - Checking if two designs are the same: this comes up for rERPy -- it's only valid to form a grand average across multiple analyses if the underlying regressions were the same. In particular it would be good to be able to check for subtle gotchas like use of
center(...)with different means across the different analyses.
The easy part of this is reviewing the inner structure of DesignMatrixBuilder (column builders and all that) to make sure it's sensible, and similarly for factor state dicts.
The more complicated part is capturing the evaluation environment in a reasonable way.
Precondition: #25