Replies: 1 comment
-
Dear @zhangc927 , thanks for opening the discussion and your interest in DoubleML... Unfortunately, I cannot replicate the error based on your code example. It would be great if you could add information on how you created the data backend Thanks, Philipp |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for your great work. When I USE DML, there is a coding error in the program. Could you please tell me how to solve it?
code:
dml_plr_obj = dml.DoubleMLIRM(dml_data,
ml_g=LassoCV(cv=5),
ml_m=LogisticRegression()
)
result=dml_plr_obj.fit().summary
error:
AttributeError: ‘str‘ object has no attribute ‘decode
Beta Was this translation helpful? Give feedback.
All reactions