Amit Sharma

Results 203 comments of Amit Sharma

@adam2392 will you be able to edit the test pipeline? Shall we also support python 3.12 since that is a stable release now? test pipelines: https://github.com/py-why/dowhy/tree/main/.github/workflows

I like this idea a lot. Let me start a PR with a common template and we can all edit the docs to add more info. @padarn are you referring...

yes, adding them will be great. would you like to start a PR for this, perhaps by using statsmodels? We already have statsmodels as a dependency.

Agree, the Hausman test would make sense as an estimator-specific refuter. We are trying to add support for estimator-specific refuters. The general idea is that estimators should be able to...

There are no PRs yet, just something that we have discussed in the PyWhy meetings. @emrekiciman do you know if we already have this on Discord?

yeah, the feature lags is the best solution currently in DiCE.

this got deprioritized, unfortunately. We welcome contributions--if you would like to contribute, that will be great.

@petergtz For some estimators, the estimator `fit` method needs to know whether the user will ask for p-value or not. Depending on that requirement, it can optimize its computation. For...

This is an interesting proposal. I hadn't thought of separating `EffectEstimator` and `CausalEstimator`. Would we still allow users to call EffectEstimator.fit() directly? The only concern is whether CausalEstimator will become...