Problems importing imblearn python package on ipython notebook

前端 未结 6 685
渐次进展
渐次进展 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:35

    I've tried all of these solutions and nothing worked, only thing that worked for me is changing the kernel. I'm running Jupyter on Amazon Sagemaker and I changed the kernel from pyhton3 to pytorch36 and it worked just fine. Hope this helps

提交回复
热议问题