jupyter notebook导入sklearn报错显示cannot import name '_rename_parameter' from 'scipy._lib._util'
收起
参考一下 jupyter notebook中导入skelearn.impute 出现 No module named ‘sklearn.impute‘_bluebowl402的博客-CSDN博客_jupyter更新sklearn 因为 scikit-learn 库版本太低,需要将其更新到 0.20 版本或以上尝试重新在Anaconda Prompt中用pip install 安装seklearn 结果提示说已经安装10.0版本不能安装20版本后来又觉得应该去Jupyter notebook目录下去安装,于是CD进去Jupyter notebook的目录,使用pip install scikit-learn还是出现上面的版本冲突提示使用命令pip install --upgrade scikit-learn更新成功再次打开Ju https://blog.csdn.net/bluebowl402/article/details/122548488
报告相同问题?