Install xgboost on anaconda

+3


source to share


2 answers


You can install it through the conda-forge channel by running the following command:



conda install -c conda-forge xgboost=0.6a2

      

+4


source


you can do the following: 1. In anaconda Prompt enter command "anaconda search -t conda xgboost" it will show a bunch of package list according to OS 2. select the appropriate package name "xgboost" 3. and enter command "conda install -c mikesilva xgboost ", note: - my os is winner 64 ans python 3.6, so I choose mikesilve



+1


source







All Articles