This is odd, I'm using 3.7 python and my libraries the dependent to imbalanced-learn is satistied too. However, when I import the library in Jupyter, it produces error. Can anyone please advice?
--> 13 from imblearn import FunctionSampler
14 #model metrics
15 from sklearn.metrics import accuracy_score
ModuleNotFoundError: No module named 'imblearn'
Versions:
- imbalanced-learn 0.6.2
- imblearn 0.0