You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -269,11 +269,11 @@ Aggregated or individual clever covariate components show slight difference in t
269
269
- a vector with 2 components $\hat\epsilon_0$ and $\hat\epsilon_1$.
270
270
- It is estimated through MLE, using a model with an offset based on the initial estimate, and clever covariates as independent variables [@gruber2009targeted]:
@@ -107,7 +109,6 @@ Notes about the _tmle_ package:
107
109
* does not scale the outcome for you
108
110
* can give some error messages when dealing with variable types it is not expecting
109
111
* practically all steps are nicely packed up in one function, very easy to use but need to dig a little to truly understand what it does
110
-
* at first was not straightforward to figure out how to use with a continuous outcome and log-likelihood loss function as the difference between several parameters relating to variable type and loss function was unclear
111
112
112
113
Most helpful resources:
113
114
@@ -188,7 +189,7 @@ sl_disc <- Lrnr_sl$new(
188
189
189
190
The SuperLearner is then trained on the sl3 task we created at the start and then it can be used to make predictions.
0 commit comments