Nicholas Williams
Nicholas Williams
Common errors/issues that aren't explicitly checked for should now be listed here: - user calls `make_learner()` instead of `make_learner_stack()` with multiple learners. - Factor levels in shift function don't respect...
The required data structure is difficult to figure out. Needs helper function to get into proper format.
A current barrier to use is the required data format. A formulaic interface similar to what already exists in R may help. However, the current data structure exists to guarantee...
**Is your feature request related to a problem? Please describe.** Currently, you must run estimators multiple times to test different treatment policies. **Describe the solution you'd like** It would be...
**Is your feature request related to a problem? Please describe.** When `sl3` learners fail they are removed from the ensemble. A warning message should be output when this occurs.
Something of the sort ``` lmtp_survival(...) ``` that loops over `lmtp_tmle()` or `lmtp_sdr()` to produce the whole survival curve and enforces monotinicity.