Skip to content

Commit 5886480

Browse files
committed
pylint
1 parent b157583 commit 5886480

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

causal_testing/estimation/logistic_regression_estimator.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
"""This module contains the LogisticRegressionEstimator class for estimating categorical outcomes."""
22

33
import logging
4-
from math import ceil
54

65
import numpy as np
7-
import pandas as pd
86
import statsmodels.formula.api as smf
9-
from statsmodels.tools.sm_exceptions import PerfectSeparationError
107

118
from causal_testing.estimation.regression_estimator import RegressionEstimator
129

0 commit comments

Comments
 (0)