-
- [x] https://github.com/olivierlabayle/TMLE.jl/issues/36
- [x] https://github.com/olivierlabayle/TMLE.jl/issues/35
- [x] https://github.com/olivierlabayle/TMLE.jl/issues/32
- [x] Testing support
…
-
After I installed medoutcon from github, a big handful of dependencies, and dependencies' dependencies were updated/installed. When I run the readme example I get the following, which may seem a bit q…
-
Hi,
Thank you for this very useful package. I am very new to tmle. When I tried running the below code (from your online book) to try the VIM function, it keeps throwing up an error. This also happ…
-
I'm running into issues when I have a rare or non-occurring outcome at a certain time point. I think it'd be helpful if `lmtp` would automatically recognize when there are no new outcomes to predict, …
-
I used both `pip install caulsalml` and `pip install -U git+https://github.com/uber/causalml.git@master`
(I also finished installed packages listed in requirement.txt
They reported errors as follow:…
-
Hello, I'm trying executing file 01_updating_conjugate_priors in cell below
```python
n_trials = [0, 1, 3, 5, 10, 25, 50, 100, 500]
outcomes = stats.bernoulli.rvs(p=0.5, size=n_trials[-1])
p = n…
-
**From documentation:**
_Note: the default code use all the data for prediction and estimation. If you want to get the in-sample or out-sample error: i) change the `train_test_split` criteria in `ih…
-
On the example provided [here](https://cran.r-project.org/web/packages/tmle/tmle.pdf) if I run 100 times the estimation procedure for a dataset of size 100 000 samples the variance of my estimates is …
-
**Describe the bug**
`from causalml import metrics` causes `ModuleNotFoundError: No module named 'sklearn.utils.testing'`
**To Reproduce**
Steps to reproduce the behavior:
```
----> 1 from ca…
ghost updated
3 years ago
-
I'm using the version of txshift currently up on CRAN. My understanding of what this package is doing may be flawed, but I think the specification of delta is broken somewhere. If specifying delta = 0…