Skip to content

Commit

Permalink
MOD: adjust pos
Browse files Browse the repository at this point in the history
  • Loading branch information
scharoun authored May 21, 2017
1 parent 1db352e commit 88fbca0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,6 @@ Different gating functions combined with different basis score functions can cre

GBST can also be applied to regression and classification tasks with different active functions and loss functions.

Reference:

1. Friedman, Jerome H. "Greedy function approximation: a gradient boosting machine." *Annals of statistics* (2001): 1189-1232.
2. Jordan, Michael I., and Robert A. Jacobs. "Hierarchical mixtures of experts and the EM algorithm." *Neural computation* 6.2 (1994): 181-214.

### Limits

Different models can be used with specified objective functions.
Expand All @@ -176,3 +171,10 @@ Different models can be used with specified objective functions.
| gbsdt | Binary Classification/Regression |
| gbhmlr | Binary Classification/Regression |
| gbhsdt | Binary Classification/Regression |

Reference:

1. Friedman, Jerome H. "Greedy function approximation: a gradient boosting machine." *Annals of statistics* (2001): 1189-1232.
2. Jordan, Michael I., and Robert A. Jacobs. "Hierarchical mixtures of experts and the EM algorithm." *Neural computation* 6.2 (1994): 181-214.


0 comments on commit 88fbca0

Please sign in to comment.