From d6261c25f2ee35474449e7961b237a5359281a92 Mon Sep 17 00:00:00 2001 From: tqchen Date: Tue, 11 Feb 2014 20:38:06 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf6b20cca..c79b62585 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ General Purpose Gradient Boosting Library Goal: A stand-alone efficient library to do learning via boosting in functional space Features: -(1) Sparse feature format, handling of missing features. This allows efficient categorical feature encoding as indicators. The speed of booster only depens on number of existing features. +(1) Sparse feature format, handling of missing features. This allows efficient categorical feature encoding as indicators. The speed of booster only depends on number of existing features. (2) Layout of gradient boosting algorithm to support generic tasks, see project wiki.