From 159ed0f7e1f62d9ff11570c39bf8f0f73e635af0 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Wed, 26 Mar 2014 08:01:24 +0800 Subject: [PATCH 1/2] 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 From 87fc848b121eba3d9590c6dec4ba451f42fad286 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Wed, 26 Mar 2014 08:01:47 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11f887f52..b1dee9fdd 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Planned components 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 +* .h are interface, utils and data structures, with detailed comment; +* .cpp are implementations that will be compiled, with less comment; +* .hpp are implementations that will be included by .cpp, with less comment