There was an error while loading. Please reload this page.
1 parent 7f58be7 commit 894de60Copy full SHA for 894de60
imblearn/base.py
@@ -131,10 +131,9 @@ class BaseSampler(SamplerMixin):
131
instead.
132
"""
133
134
- def __init__(self, ratio='auto', random_state=None, sampling_type=None):
+ def __init__(self, ratio='auto', random_state=None):
135
self.ratio = ratio
136
self.random_state = random_state
137
- self.sampling_type = sampling_type
138
self.logger = logging.getLogger(__name__)
139
140
def fit(self, X, y):
0 commit comments