We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug can't not load LRSRefressor function or any functions due to TypeError: 'numpy._DTypeMeta' object is not subscriptable
To Reproduce Steps to reproduce the behavior: pip install causalml from causalml.inference.meta import XGBTRegressor, MLPTRegressor
Expected behavior I can get this work on 08/05/2023, but not today 08/09/2023
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
Hi, @fredxu-8451, thanks for reporting. I cannot reproduce the error.
Could you try to reinstall causalml. Let me know if it helps.
causalml
Sorry, something went wrong.
Hi, @fredxu-8451, thanks for reporting. I cannot reproduce the error. Could you try to reinstall causalml. Let me know if it helps.
I have reinstalled 'causalml' several times and the issue remained.
Could you please provide more info on your env so I can reproduce the error? (dependencies listed here
vincewu51
No branches or pull requests
Describe the bug
can't not load LRSRefressor function or any functions due to TypeError: 'numpy._DTypeMeta' object is not subscriptable
To Reproduce
Steps to reproduce the behavior:
pip install causalml
from causalml.inference.meta import XGBTRegressor, MLPTRegressor
Expected behavior
I can get this work on 08/05/2023, but not today 08/09/2023
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: