fverac
fverac
PR to add simple examples to public module pages in the docs.
Seems that one can run into ZeroDivisionErrors when using NonParamDMLIV. Reproduction code below. Note, the error is not consistent. You may have to run it multiple times before getting the...
Output array shapes are inconsistent for `LinearDRIV.effect()` and `LinearDRIV.effect_interval()[0]`. Should make these consistent. Seems to occur when one of either Y, T, or Z is an array instead of a...
Currently we throw somewhat obscure error messages when users try to call something like `est.effect()` on an estimator that hasn't been fit yet. May be better to have a clearer...