Install Xgboost (Windows) in Python

Source: Internet
Author: User

Online tutorials are many, complex and not necessarily successful, resulting in a lot of confusion and time costs, often need to spend a morning or an afternoon to configure the environment, after several attempts, the following methods of pro-test effective:

    1. Download Anaconda Platform https://www.anaconda.com/download/
    2. Download the compiled DLL http://www.picnet.com.au/blogs/guido/2016/09/22/xgboost-windows-x64-binaries-for-download/
    3. Download git, clone source git clone https://github.com/dmlc/xgboost.git xgboost_install_dir
    4. Copy the DLL files in 2 to the corresponding directory xgboost_install_dir\python-package\xgboost\
    5. Copy all the files in the Python-package into the same folder as the Python program, such as D:\Users\bklv\AppData\Local\Continuum\anaconda3
    6. Open cmd, switch to directory CD D:\Users\bklv\AppData\Local\Continuum\anaconda3, perform setup setup, Python setup.py install

Install Xgboost (Windows) in Python

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.