We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc5fe1 commit c29dc53Copy full SHA for c29dc53
readme.md
@@ -2,15 +2,18 @@
2
##What is TGBoost
3
It is a **T**iny implement of **G**radient **Boost**ing tree, according to the xgboost algorithm, and support some features that xgboost has:
4
5
-- Built-in loss and Customized loss.
+- Built-in loss and Customized loss
6
+
7
Built-in loss contains: Square error loss for regression task, Logistic loss for classification task
8
For customize loss function,use `autograd` to calculate the grad and hess automaticly
9
10
- Multi-processing
11
12
when finding best tree node split
13
14
- Feature importance
15
- Regularization
16
17
lambda, gamma (as in xgboost scoring function)
18
19
- Randomness
0 commit comments