Skip to content

Commit

Permalink
MOD: gbdt -> ytk-learn
Browse files Browse the repository at this point in the history
  • Loading branch information
scharoun authored Jun 17, 2017
1 parent aeb685a commit 87cfbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gbdt_experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The Configuration is almost the same ecept the thread number, bin count and
1. Configuration: bin count: 255, tree number: 50, thread number: 4


| Number of Machines | Building Tree cost in GBDT | Building Tree cost in LightGBM |
| Number of Machines | Building Tree cost in ytk-learn | Building Tree cost in LightGBM |
| ------------------ | -------------------------- | ------------------------------ |
| 1 | 196.34s | 121.84s |
| 2 | 140.93s | 105.02s |
Expand All @@ -155,7 +155,7 @@ The Configuration is almost the same ecept the thread number, bin count and

2. Configuration: bin count: 5000, tree number:20, thread number:4. We use larger bin count mainly to compare the change of communicgation time.

| Number of Machines | Building Tree cost in GBDT | Building Tree cost in LightGBM |
| Number of Machines | Building Tree cost in ytk-learn | Building Tree cost in LightGBM |
| ------------------ | -------------------------- | ------------------------------ |
| 1 | 109.92s | 64.90s |
| 2 | 130.81s | 129.67s |
Expand Down

0 comments on commit 87cfbdc

Please sign in to comment.