From 54c486bcf1a20b45df5cf759f32d4a02a53497f2 Mon Sep 17 00:00:00 2001 From: tqchen Date: Thu, 15 May 2014 14:25:44 -0700 Subject: [PATCH] ok --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff642dcf9..64cbf5159 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ xgboost: eXtreme Gradient Boosting ======= -A General purpose gradient boosting (tree) library. +An optimized general purpose gradient boosting (tree) library. Authors: * Tianqi Chen, project creater @@ -14,7 +14,8 @@ Features - Sparse feature format allows easy handling of missing values, and improve computation efficiency. * Push the limit on single machine: - Efficient implementation that optimizes memory and computation. -* Layout of gradient boosting algorithm to support generic tasks, see project wiki. +* Layout of gradient boosting algorithm to support user defined objective +* Python interface, works with numpy and scipy.sparse matrix Supported key components =======