Skip to content

Commit

Permalink
Remove collections import from SMOTEENN
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre authored and chkoar committed Jul 26, 2016
1 parent cfc73bc commit 0c46346
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imblearn/combine/smote_enn.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def __init__(self, ratio='auto', random_state=None,
self.kind_enn = kind_enn
self.n_jobs = n_jobs
self.kwargs = kwargs
from collections import Counter
self.sm = SMOTE(ratio=self.ratio, random_state=self.random_state,
k=self.k, m=self.m, out_step=self.out_step,
kind=self.kind_smote, n_jobs=self.n_jobs,
Expand Down

0 comments on commit 0c46346

Please sign in to comment.