0

This link stackoverflow provides the xgboost 0.4 installation method
conda install -c aterrel xgboost=0.4.0.
It is OK to use, but I would like to look for the latest xgboost package(maybe 0.6 as far as I know). I tried the pip and brew method, but it seems complex for me.

Thank you for your help.

Community
  • 1
  • 1
Pengju Zhao
  • 1,439
  • 3
  • 14
  • 17
  • Installing xgboost on mac is pretty straightforward, all you gotta do is follow the documentation on the official website: http://xgboost.readthedocs.io/en/latest/build.html – epattaro Mar 15 '17 at 18:25

1 Answers1

0
conda install -c biconda xgboost=0.6a2
PritamJ
  • 337
  • 4
  • 10