Ubuntu14.04下,python配置scikit-learn

前端之家收集整理的这篇文章主要介绍了Ubuntu14.04下,python配置scikit-learn前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。


Ubuntu14.04下,python配置scikit-learn


1、首先配置基本的python库


sudo apt-get install build-essential python-dev python-numpy python-setuptools python-scipy libatlas-dev libatlas3-base

2、配置matplotlib库,进行画图之类的


sudo apt-get install python-matplotlib

3、配置scikit-learn库


sudo apt-get install python-sklearn
大功告成!!! 原文链接:/ubuntu/356075.html

猜你在找的Ubuntu相关文章