我使用pip install,conda和github在windows powershell上安裝了https://github.com/glemaitre/imbalanced-learn。但是,當在IPython的筆記本電腦,我嘗試導入使用包IM:在ipython筆記本上導入imblearn python包的問題
from unbalanced_dataset import UnderSampler, OverSampler, SMOTE
我得到的錯誤:
ImportError Traceback (most recent call last) <ipython-input-9-ad6fd7440a05> in <module>()
----> 1 from imbalanced_learn import UnderSampler, OverSampler, SMOTE
ImportError: No module named imbalanced_learn
新使用Windows的蟒蛇,我一定要安裝的軟件包在某個文件夾中?
謝謝!
這不適合我 - 任何其他想法? – Alvis