ubuntu16.04 install 安装 scikit-learn

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/yanhx1204/article/details/84397085
  • 在ubuntu系统中安装python3对应的scikit-learn库

    安装scikit-learn库(环境:python3 、ubuntu14.04)

  • sudo apt-get install build-essential python3-dev python3-setuptools python3-numpy python3-scipy python3-pip libatlas-dev libatlas3gf-base
  • libatlas3gf-base is  optional
  • sudo apt-get install python-matplotlib ipython ipython-notebook sudo apt-get install python-pandas python-sympy python-nose sudo pip install scipy
     
  • sudo pip3 install scikit-learn

猜你喜欢

转载自blog.csdn.net/yanhx1204/article/details/84397085
今日推荐