Jacob Nianzu Ma
Jacob Nianzu Ma
> @sk365 Try out Kiwi Browser which supports chrome extensions. I have tried it myself and markdownload works great in it. https://github.com/kiwibrowser/src.next/releases Hi, @junnunkarim can Kiwi Browser really download the...
Hi amit-sharma, Thank you for your answer. For the second question, if I use logistic regression to build classifier, what is the best way for me to find the feature...
Hi amit-sharma, If I switch to 0.13, if I run the following code, it will report another error: ``` ident_eff = AutoIdentifier( estimand_type=EstimandType.NONPARAMETRIC_ATE, backdoor_adjustment=BackdoorAdjustment.BACKDOOR_EFFICIENT, ) print( ident_eff.identify_effect( graph=G, action_nodes=treatment_name, outcome_nodes=outcome_name,...
Hi amit, I found that "Finding optimal adjustment sets" might have some bugs. I tried in my real world dataset and it reports a error that should not exists. The...
Hi Amit and @esmucler , Thank you for your help. I reorganized the code to avoid any file reading. Please bear with the long python script. The error occurs because...