Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X_RF, M_RF don't output CIs #5

Open
siyunyang opened this issue Feb 18, 2022 · 1 comment
Open

X_RF, M_RF don't output CIs #5

siyunyang opened this issue Feb 18, 2022 · 1 comment

Comments

@siyunyang
Copy link

siyunyang commented Feb 18, 2022

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.

@v-rodriguez
Copy link

I have the same issue with T_RF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants