zahs123

Results 6 comments of zahs123

Hi Sure : before cleaning: ``` test accuracy for the classifier: 0.91 [[1180523 39588] [ 75181 49132]] [[145143 5489] [ 10008 5339]] ``` then after removing the noise: ``` test...

Hi, i was able to reproduce when my data was in a certain order. For some reason my SQL query was returning my data in a random fashion/order depsite ordering...

would the % effect from 'control' or counteractial be: ``` x = (weighted_outcomes['d_y_mean'] * weighted_outcomes[treatment_sum_name]).sum()/ total_treatment_population y = (weighted_outcomes['dbar_y_mean'] * weighted_outcomes[treatment_sum_name]).sum()/ total_treatment_population ``` (x-y)/y * 100 ?

Thanks i'm guessing if i want to use estimand 2 then this relates to one of the iv methods?

Thanks for this struggling to install graphviz and pygraphviz the way specified, even installing my own way doesn't work.

> The graph structure is the same compared to the [member rewards notebook](https://py-why.github.io/dowhy/example_notebooks/dowhy_example_effect_of_memberrewards_program.html) > > The rendering is different since dowhy defaults to matplotlib if pygraphviz is not found. Can...