From 20b733e1a0a4f8dd5bb984c7f4e17f5a2aca2984 Mon Sep 17 00:00:00 2001 From: Dmitry Mottl Date: Tue, 20 Feb 2018 11:55:29 +0100 Subject: [PATCH] Minor: removed extra parenthesis in doc (#3119) --- doc/tutorials/dart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/dart.md b/doc/tutorials/dart.md index 0ab229060..9b625bf03 100644 --- a/doc/tutorials/dart.md +++ b/doc/tutorials/dart.md @@ -1,6 +1,6 @@ DART booster ============ -[XGBoost](https://github.com/dmlc/xgboost)) mostly combines a huge number of regression trees with a small learning rate. +[XGBoost](https://github.com/dmlc/xgboost) mostly combines a huge number of regression trees with a small learning rate. In this situation, trees added early are significant and trees added late are unimportant. Vinayak and Gilad-Bachrach proposed a new method to add dropout techniques from the deep neural net community to boosted trees, and reported better results in some situations.