linux 安装anaconda xgboost light gbm

Posted code666

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 安装anaconda xgboost light gbm相关的知识,希望对你有一定的参考价值。

1、先intsall anaconda 到清华镜像 https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/

bash Ana......

安装完后无法出现jupyter notebook

解决办法:在bashrc中将默认浏览器设为相应浏览器.

打开bashrc:

  1. sudo gedit /home/.bashrc  

然后在bashrc最后一行添加:

 
  1. export BROWSER=google-chrome  

2、安装xgboost

 conda install libgcc

pip install xgboost

 

3、安装lightgbm

pip install lightgbm

以上是关于linux 安装anaconda xgboost light gbm的主要内容,如果未能解决你的问题,请参考以下文章

win64+anaconda+xgboost(转)

Windows10(64)+anaconda2(python2.7)安装xgboost详细步骤

如何在windows下安装xgboost库

Pyspark:\Anaconda3\envs\xgboost\python.exe] 此时出乎意料

windows下安装xgboost

环境搭建:添加 xgboost 到 Anaconda