Install xgboost using pip for Mac OSX h1ros 2019-07-11 Comments Goal¶ This post aims to introduce how to install xgboost using pip for Mac OSX. Reference xgboost - Installation Guide Installation Steps¶ Install gcc5 by brew Setup environment variable CC and CXX Install xgboost by pipbrew install gcc5 export CC=gcc-5 export CXX=g++-5 pip install xgboost Comments Please enable JavaScript to view the comments powered by Disqus.
Comments