We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7595fdb commit ec91b15Copy full SHA for ec91b15
doubleml/plm/plr.py
@@ -121,7 +121,7 @@ def __init__(
121
122
if ml_l_is_classifier:
123
if obj_dml_data.binary_outcome:
124
- self._predict_method = {"ml_g": "predict_proba"}
+ self._predict_method = {"ml_l": "predict_proba"}
125
warnings.warn(
126
f"The ml_l learner {str(ml_l)} was identified as classifier. Fitting an additive probability model."
127
)
0 commit comments