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
I have right-censored data in the outcome. The tmle3 package has been working correctly, but recently it stopped working to train the models.
When using any model, I get the message that NAs are not accepted. Before I was able to train the models correctly and no error or warning messages were displayed. For example, I tried to train a RandomForest model but I get the following error:
Error in private$.train(subsetted_task, trained_sublearners) :
All learners in stack have failed
In addition: Warning message:
In private$.train(subsetted_task, trained_sublearners) :
Lrnr_randomForest_500_TRUE_5_100_25 failed with message: Error in (function (x, y = NULL, xtest = NULL, ytest = NULL, ntree = 500, : NA not permitted in response.
. It will be removed from the stack
Failed on Stack
Error in self$compute_step() :
Error in private$.train(subsetted_task, trained_sublearners) :
All learners in stack have failed
I have right-censored data in the outcome. The tmle3 package has been working correctly, but recently it stopped working to train the models.
When using any model, I get the message that NAs are not accepted. Before I was able to train the models correctly and no error or warning messages were displayed. For example, I tried to train a RandomForest model but I get the following error:
Here is the code:
I have the latest version of the tmle3 repository installed.
I would be grateful if you could help me
The text was updated successfully, but these errors were encountered: