2018年5月20日星期日

xgboost

实用,全面 https://homes.cs.washington.edu/~tqchen/pdf/BoostedTree.pdf


dataframe 实现 http://www.cnblogs.com/zhaochunhua/p/6723660.html

解决出现的问题: https://github.com/dmlc/xgboost/issues/2480

没有评论:

发表评论

leetcode 17

17.   Letter Combinations of a Phone Number Medium Given a string containing digits from   2-9   inclusive, return all possible l...