Skip to content

Commit f0466d5

Browse files
Update plr.py
1 parent 704915b commit f0466d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doubleml/plm/plr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def __init__(self,
108108
valid_scores = ['IV-type', 'partialling out']
109109
_check_score(self.score, valid_scores, allow_callable=True)
110110
is_reg = ml_l._estimator_type == "regressor"
111-
112111
_ = self._check_learner(ml_l, 'ml_l', regressor=is_reg, classifier=not is_reg)
113112
ml_m_is_classifier = self._check_learner(ml_m, 'ml_m', regressor=True, classifier=True)
114113
self._learner = {'ml_l': ml_l, 'ml_m': ml_m}

0 commit comments

Comments
 (0)