Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
judithabk6 committed Feb 11, 2025
1 parent 48e3224 commit 54a0a6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/med_bench/estimation/base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from abc import ABCMeta, abstractmethod
import numpy as np
from sklearn import clone
from sklearn.model_selection import GridSearchCV

from med_bench.utils.decorators import fitted

Expand Down Expand Up @@ -142,7 +141,6 @@ def _fit_treatment_propensity_xm(self, t, m, x):

return self

# TODO : Enable any sklearn object as classifier or regressor
def _fit_binary_mediator_probability(self, t, m, x):
"""Fits the nuisance parameter for the density f(M=m|T, X)"""
# estimate mediator densities
Expand Down

0 comments on commit 54a0a6c

Please sign in to comment.