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 downloaded the Version 0.0.2.1, and ran the code on your example data and my own data. Both got the following error:
xl_rf <- X_RF(feat = feature_train, tr = w_train, yobs = yobs_train)
xl_ci_rf <- CateCI(xl_rf, feature_test, B = 50)
Error in CateCI(xl_rf, feature_test, B = 50) :
one of the groups might be too small to
do valid inference.
Same error was found for M_RF.
The text was updated successfully, but these errors were encountered:
I downloaded the Version 0.0.2.1, and ran the code on your example data and my own data. Both got the following error:
xl_rf <- X_RF(feat = feature_train, tr = w_train, yobs = yobs_train)
xl_ci_rf <- CateCI(xl_rf, feature_test, B = 50)
Error in CateCI(xl_rf, feature_test, B = 50) :
one of the groups might be too small to
do valid inference.
Same error was found for M_RF.
The text was updated successfully, but these errors were encountered: