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
Apologies if the following question should be an issue for mlr3 (or even doubleML) instead of ranger.
I run the R package doubleML on a data file which contains missing values; I use lrn("regr.ranger") for both control and treatment models.
On Ubuntu the code runs as is, on my MAC the error msg. is
Error : Task 'nuis_l' has missing values in column(s) ..., but learner 'regr.ranger' does not support this
Is there a difference in the way missing values are handled on Linux (Ubuntu) versus MACOS ? All package versions are the same:
Apologies if the following question should be an issue for
mlr3
(or evendoubleML
) instead of ranger.I run the R package doubleML on a data file which contains missing values; I use
lrn("regr.ranger")
for both control and treatment models.On Ubuntu the code runs as is, on my MAC the error msg. is
Is there a difference in the way missing values are handled on Linux (Ubuntu) versus MACOS ? All package versions are the same:
The text was updated successfully, but these errors were encountered: