Hi there,
I am using Anaconda python distribution. What would be procedure to install xgboost under Anaconda.
Thanks
Dejan
It should be the same procedure as normal installations I assume
You may try pip, which is available in Anaconda Package.
Tool > Open Command Prompt
C:\Anaconda3\Scripts>dir pip* ..... 02/12/2015 11:02 PM 94 pip-script.py 02/12/2015 11:02 PM 74,752 pip.exe 2 File(s) 74,846 bytes 0 Dir(s) 228,624,748,544 bytes free
I am using Anaconda python on Mac OS X. The instructions were sufficient.
Same here, I was using anaconda on Mac OS X too. I just followed the given instructions and faced no issues.
pip install xgboost
works well for me. Followed the given instructions maybe faced some Permission deny issues, it depends on the way you installed Anaconda.
Please let me know how to rectify this issue:
When I am trying conda then following error is coming:
I have Window 7 Enterprises 64 bits, Python 2.7 & Anaconda 2 on my system.
@viv1ag I have exactly the same problem.
Same issue on Windows 10, @viv1ag
we don't maintain a pip or conda installation for Windows, as mentioned in the installation instruction. Please use github installation instead.
conda install -c aterrel xgboost=0.4.0
Conda installation is available now.
conda install py-xgboost
or
conda install r-xgboost
for python or R respectively
Most helpful comment
conda install -c aterrel xgboost=0.4.0