From 159ed0f7e1f62d9ff11570c39bf8f0f73e635af0 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Wed, 26 Mar 2014 08:01:24 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b05655f52..11f887f52 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ xgboost: eXtreme Gradient Boosting ======= -An efficient general purpose gradient boosting (tree) library. +A General purpose gradient boosting (tree) library. Creater: Tianqi Chen @@ -32,7 +32,8 @@ Planned components - matrix factorization - structured prediction -File extension convention: +File extension convention +======= (1) .h are interface, utils and data structures, with detailed comment; (2) .cpp are implementations that will be compiled, with less comment; (3) .hpp are implementations that will be included by .cpp, with less comment