美文网首页
机器学习一些常用基本库

机器学习一些常用基本库

作者: 廿怎么念 | 来源:发表于2020-06-12 21:53 被阅读0次

在所建立的虚拟环境中安装下列基本库:
ipython
numpy
matplotlib
pillow
pandas
scipy
scikit-learn
代码如下:

pip install --user -U ipython numpy matplotlib pillow pandas scipy scikit-learn -i https://pypi.tuna.tsinghua.edu.cn/simple

其中 --user 保证安装权限 , -U 表示升级到最新版本,-i 指定库的安装源,这里用清华的源:
https://pypi.tuna.tsinghua.edu.cn/simple

相关文章

网友评论

      本文标题:机器学习一些常用基本库

      本文链接:https://www.haomeiwen.com/subject/zyxotktx.html