You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to set num_quantiles_to_discretize_cont_cols and am getting the error below. This option appears in the docs but does not seem recognized? It looks like the default value = 5 from the source. I can manually categorize the continuous variables but will the method then re-allocate them into 5 quantiles regardless? thanks.
estimate_effect() got an unexpected keyword argument 'num_quantiles_to_discretize_cont_cols'
Hi, I am trying to set num_quantiles_to_discretize_cont_cols and am getting the error below. This option appears in the docs but does not seem recognized? It looks like the default value = 5 from the source. I can manually categorize the continuous variables but will the method then re-allocate them into 5 quantiles regardless? thanks.
estimate_effect() got an unexpected keyword argument 'num_quantiles_to_discretize_cont_cols'
causal_estimate_reg = model.estimate_effect(identified_estimand, method_name="backdoor.generalized_linear_model", method_params={'glm_family':sm.families.Binomial(link=sm.families.links.Logit())}, test_significance=False, confidence_intervals=False, num_quantiles_to_discretize_cont_cols=10)
Version information:
Additional context
I am also getting similar error with other arguments passed to this method, e.g. sample_size_fraction.
The text was updated successfully, but these errors were encountered: