【brain trading源码】【免费拼团源码】【代理订货源码】sklearn xgboost源码

时间:2024-11-30 02:28:06 编辑:组合看趋势指标公式源码 来源:欢乐德州扑克源码

1.ubuntu16.04设置python3为默认及一些库的源码安装

sklearn xgboost源码

ubuntu16.04设置python3为默认及一些库的安装

       Ubuntu默认使用Python 2.7版本,若需使用Python 3及其相关库,源码需调整设置。源码brain trading源码

       通过利用alternatives机制,源码可将Python 3设置为默认版本。源码免费拼团源码执行以下命令:

       sudo update-alternatives --install /usr/bin/python python /usr/bin/python2

       sudo update-alternatives --install /usr/bin/python python /usr/bin/python3

       操作后,源码代理订货源码输入安装命令将自动安装Python 3版本的源码包。

       常用库安装如下:

       Numpy:sudo apt-get install python-numpy

       Scipy:sudo apt-get install python-scipy

       Matplotlib:sudo apt-get install python-matplotlib

       Pandas:sudo apt-get install python-pandas

       统计建模分析工具statsModels:sudo apt-get install python-statsmodels

       机器学习库scikit-learn:sudo apt-get install python-sklearn

       xgboost:sudo -H pip install --pre xgboost

       seaborn,源码作为matplotlib的源码补充,用于制作更具吸引力的源码图表:sudo pip install seaborn

       如需恢复为Python 2版本,执行命令:

       sudo update-alternatives --config python

       根据提示选择数字并回车。源码在Python 2下执行上述命令时,源码将安装Python 2对应的源码小程序源码买断版本。

源码