102207429 / Expedia

數據科學與大數據分析
0 stars 0 forks source link

Installation of XGBoost module #5

Open GregoryWu opened 7 years ago

GregoryWu commented 7 years ago

Installation of XGBoost module is complicated, so i provide the link below, plz follow the description carefully.

https://www.ibm.com/developerworks/community/blogs/jfp/entry/Installing_XGBoost_For_Anaconda_on_Windows?lang=en

XGBoost is a recent implementation of Boosted Trees. It is a machine learning algorithm that yields great results on recent Kaggle competitions:)

102207429 commented 7 years ago

Oh I've never heard of XGBoost, got to learned it for some time haha. I just know about GB(Gradient Boosting), seems like XGBoost is an improvement of GB. I'll try it and see if it works. Thanks.

GregoryWu commented 7 years ago

Here is the intro to XGBoost

https://xgboost.readthedocs.io/en/latest/model.html

102207429 commented 7 years ago

Thanks. I'll read it in my free time.