码迷,mamicode.com
首页 > 系统相关 > 详细

linux 安装anaconda xgboost light gbm

时间:2018-01-18 17:23:17      阅读:874      评论:0      收藏:0      [点我收藏+]

标签:linux   highlight   pip   jupyter   解决   nts   edit   sudo   conda   

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

标签:linux   highlight   pip   jupyter   解决   nts   edit   sudo   conda   

原文地址:https://www.cnblogs.com/code666/p/8309116.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!