-
Notifications
You must be signed in to change notification settings - Fork 780
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
Error #164
Comments
Having the same issue. Can run the other Base Regressors just fine but when I run BaseRRegressor I get the same error. |
Hi @ZSCDumin and @ThatShelbs, Thanks for reporting this! Do you mind provide the full logs for this error? It's a bit difficult now to find out where cause this issue. From the code it didn't provide the propensity score input, so R Learner will automatically run a propensity model to generate the propensity scores. It looks like this error coming from here. Could you provide the data which can reproduce this error that I can take a quick look? Thanks! |
The notebook of interest is basic_causalml.ipynb. Included the notebook that generates synthetic data just in case it is needed. |
Thanks, @ThatShelbs for sharing the notebook. The issue has been fixed in PR #170 and working notebook is available in gist. A new version with the fix will be published to PyPI in a few days. |
Occur error when using BaseRRegressor, how to handle this problem?
The text was updated successfully, but these errors were encountered: