Skip to content

Commit

Permalink
Remove print statement requiring imblearn for smote.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-muthukrishna committed Sep 14, 2018
1 parent 2017941 commit e3f1df4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion astrodash/create_arrays.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from imblearn import over_sampling
IMBLEARN_EXISTS = True
except ImportError:
print("Need to install imblearn `pip install imblearn` to use smote.")
IMBLEARN_EXISTS = False


Expand Down

0 comments on commit e3f1df4

Please sign in to comment.