Skip to content

Commit 767f186

Browse files
authored
remove description of unused argument (#821)
1 parent 6a5c2da commit 767f186

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

causalml/inference/iv/drivlearner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

causalml/inference/meta/drlearner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)