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 704915b commit f0466d5Copy full SHA for f0466d5
doubleml/plm/plr.py
@@ -108,7 +108,6 @@ def __init__(self,
108
valid_scores = ['IV-type', 'partialling out']
109
_check_score(self.score, valid_scores, allow_callable=True)
110
is_reg = ml_l._estimator_type == "regressor"
111
-
112
_ = self._check_learner(ml_l, 'ml_l', regressor=is_reg, classifier=not is_reg)
113
ml_m_is_classifier = self._check_learner(ml_m, 'ml_m', regressor=True, classifier=True)
114
self._learner = {'ml_l': ml_l, 'ml_m': ml_m}
0 commit comments