-
While the interface is usable as is, I think requiring a specific ordering and naming scheme of a data.frame is an anti pattern.
A simple remedy would be to add parameters for the names of response…
-
Add some unit tests (using `testthat`) and examples in function documentation.
-
Hi, I am turning a comment I made on another issue around 8 months ago into a separate issue since it has not been resolved and I believe it to be a crucial bug that stops DoWhy from being usable in m…
-
Hi gDR team,
I was able to fit the Mathews Griner drug combination dataset (6 x 6) into a gDR `SummarizedExperiment` and can run the pipeline up to curve fitting.
However, when I try to fit curv…
-
Dear authors,
Thank you so much for your work! I have tried the codes on your [scripts](https://github.com/Wuyxin/DISC#run-the-training-process) on both the ERM and DISC models. Here is what I exactl…
-
## Documentation
- [x] create a doc folder to store all documentation-related files
- [x] ReadMe: add text introduction to the dataset
- [x] ReadMe: Add plots showing example images from the datase…
-
Dear Prof. Jean,
I am sorry to bother you.
I have a problem when I when the cause. The error is as follows:
> res 0.01) but we are going forward anyway.
I have run the function several times…
-
Can probably be done with a second pivot and summarize. The benefit of this would be that we can show it's equal to the ordinary adjusted lm() estimate
-
import dowhy
import econml.dowhy
est = LinearDML(model_y=GradientBoostingRegressor(), model_t=GradientBoostingRegressor(),
featurizer=PolynomialFeatures(degree=2, include_bias=False))
est_dw =…
-
### Report
multilevel_modeling fails if given an AnnData with .X type ndarray:
Example input:
```
adata = pt.dt.dialogue_example()
sc.pp.normalize_total(adata, target_sum=1e4)
sc.pp.log1p(ada…