James Duncan

Results 22 issues of James Duncan

`Param_ATT` is used in the example below but this seems to affect other params as well. ``` library(tmle3) ## tmle3 0.1.7 library(sl3) ## sl3 1.2.0 set.seed(9519) A

bug
question

In the example below, when using a `Vset` with `is_async=True`, the `transform` method expects to get a `ray.objectRef` and call `ray.get` on it, but instead gets an array: ```py from...

bug

Current version on PyPI is from 09/06/2021 and seems to be missing some things. E.g.: ``` wt = DWT2d(wave='db5', mode='zero', J=4, init_factor=1, noise_factor=0, const_factor=0, device='cpu') ``` gives: ``` TypeError: __init__()...

Do not merge.

- **Naming**: We have many `create_*` functions that create `R6` objects like the `Experiment`, `DGP`, and `Method` classes. On the other hand, we used `init_docs()` for setting up the Rmd...

enhancement

Motivated by #175, the [documentation](https://yu-group.github.io/simChef/articles/simulation-directory-setup.html) and [vignette](https://yu-group.github.io/simChef/articles/simulation-directory-setup.html) for `create_sim` could be improved. Here are some specific items: - [ ] Change "character" to "string" in the description of the `path`...

documentation

In https://github.com/Yu-Group/simChef/issues/175, @rcannood makes a great point: > In the context of reproducibility I would expect the rendered report to contain information on software versions of the used environments.

enhancement

Create an example using multiple nodes on a Slurm cluster to run a simulation.

documentation