Problems importing imblearn python package on ipython notebook

前端 未结 6 659
渐次进展
渐次进展 2021-01-12 19:05

I installed https://github.com/glemaitre/imbalanced-learn on windows powershell using pip install, conda and github. But when I\'m on

6条回答
  •  终归单人心
    2021-01-12 19:34

    pip install -U imbalanced-learn should work, although make sure you've met the dependencies for numpy, scipy and scikit-learn.

    Imbalanced-learn 0.3.0 Install Documentation

提交回复
热议问题