File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -856,7 +856,6 @@ def __init__(
856856 groups
857857 control_outcome_learner (optional): a model to estimate outcomes in the control group
858858 treatment_outcome_learner (optional): a model to estimate outcomes in the treatment group
859- control_effect_learner (optional): a model to estimate treatment effects in the control group
860859 treatment_effect_learner (optional): a model to estimate treatment effects in the treatment group. It needs
861860 to take `sample_weight` as an input argument in `fit()`.
862861 ate_alpha (float, optional): the confidence level alpha of the ATE estimate
Original file line number Diff line number Diff line change @@ -473,7 +473,6 @@ def __init__(
473473 groups
474474 control_outcome_learner (optional): a model to estimate outcomes in the control group
475475 treatment_outcome_learner (optional): a model to estimate outcomes in the treatment group
476- control_effect_learner (optional): a model to estimate treatment effects in the control group
477476 treatment_effect_learner (optional): a model to estimate treatment effects in the treatment group
478477 ate_alpha (float, optional): the confidence level alpha of the ATE estimate
479478 control_name (str or int, optional): name of control group
You can’t perform that action at this time.
0 commit comments