mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-06 07:53:28 -05:00
[PR #829] [MERGED] XGBoost is a Kaggle favorite! #9776
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/829
Author: @jonmhong
Created: 2/2/2017
Status: ✅ Merged
Merged: 2/2/2017
Merged by: @vinta
Base:
master← Head:master📝 Commits (2)
e22c3faResolve Issue [PR #913] [CLOSED] Bringing fork up to date (#821)2a07c91Resolved Issue [PR #913] [CLOSED] Bringing fork up to date (#821)📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
XGBoost is a gradient boosting library. It's one of the most popular GB libraries used among Kaggle users because it's yielded some of the highest scores. And its also a favorite with some of the champions.
Here's an example of its use with an Otto dataset: https://www.kaggle.com/tqchen/otto-group-product-classification-challenge/understanding-xgboost-model-on-otto-data
Here is a Kaggle first place team winner, showing their love for it: http://blog.kaggle.com/2015/12/03/dato-winners-interview-1st-place-mad-professors/
Describe features.
What's the difference between this Python project and similar ones?
This library is solely for gradient boosting.
This resolves issue #821.
Enumerate comparisons.
--
Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.