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 2cca321 commit bb8e3f5Copy full SHA for bb8e3f5
causal_testing/testing/estimators.py
@@ -10,7 +10,7 @@
10
import statsmodels.api as sm
11
import statsmodels.formula.api as smf
12
from econml.dml import CausalForestDML
13
-from patsy import dmatrix
+from patsy import dmatrix # pylint: disable = no-name-in-module
14
15
from sklearn.ensemble import GradientBoostingRegressor
16
from statsmodels.regression.linear_model import RegressionResultsWrapper
0 commit comments