Live data from Hacker News

LightGBM – A fast, distributed, gradient boosting framework

github.com

11–12 of 12 posts

Re: LightGBM – A fast, distributed, gradient boosting framework

#11
post #10

This looks like an interesting project. I'd take the accuracy results with a pinch of salt because growing deeper trees often improves accuracy and in the test scenario xgboost is handicapped by limited depth. As the author says on reddit its difficult to do an apples to apples comparison of the two methods directly, because their approach to growing trees is very different [a bit like DFS vs BFS] The thing that is m…

At the risk of outing myself as behind the cutting-edge, what is CTR?

Re: LightGBM – A fast, distributed, gradient boosting framework

#12
post #10

This looks like an interesting project. I'd take the accuracy results with a pinch of salt because growing deeper trees often improves accuracy and in the test scenario xgboost is handicapped by limited depth. As the author says on reddit its difficult to do an apples to apples comparison of the two methods directly, because their approach to growing trees is very different [a bit like DFS vs BFS] The thing that is m…

At the risk of outing myself as behind the cutting-edge, what is CTR?

Sorry, CTR=click through rate. The Criteo dataset is a real world ad-click prediction task.
Post reply on HN