From a1fdff0522e81b2002899315d1c0b6c9cbff8597 Mon Sep 17 00:00:00 2001 From: tqchen Date: Sun, 19 Apr 2015 13:52:22 -0700 Subject: [PATCH] ok --- README.md | 5 ++--- doc/README.md | 6 +----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 48b9de7e7..4b6dafb58 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Distributed Version: [Distributed XGBoost](multi-node) Notes on the Code: [Code Guide](src) -[Documentation](https://github.com/dmlc/xgboost/doc) +Documentation: [Documentation of xgboost](doc/README.md) Learning about the model: [Introduction to Boosted Trees](http://homes.cs.washington.edu/~tqchen/pdf/BoostedTree.pdf) * This slide is made by Tianqi Chen to introduce gradient boosting in a statistical view. @@ -27,9 +27,8 @@ What's New * [External Memory Version](doc/external_memory.md) * XGBoost wins [WWW2015 Microsoft Malware Classification Challenge (BIG 2015)](http://www.kaggle.com/c/malware-classification/forums/t/13490/say-no-to-overfitting-approaches-sharing) * XGBoost now support HDFS and S3 -* [Distributed XGBoost now runs on YARN](https://github.com/dmlc/wormhole/tree/master/learn/xgboost)! +* [Distributed XGBoost now runs on YARN](https://github.com/dmlc/wormhole/tree/master/learn/xgboost) * [xgboost user group](https://groups.google.com/forum/#!forum/xgboost-user/) for tracking changes, sharing your experience on xgboost -* [Distributed XGBoost](multi-node) is now available!! * New features in the lastest changes :) - Distributed version that scale xgboost to even larger problems with cluster - Feature importance visualization in R module, thanks to Michael Benesty diff --git a/doc/README.md b/doc/README.md index 48859a872..53b15973f 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,7 +1,3 @@ -XGBoost Documentation -==== -This is an ongoing effort to move the [wiki document](https://github.com/dmlc/xgboost/wiki) to here. You can already find all the most useful parts here. - List of Documentations ==== * [Parameters](parameter.md) @@ -27,4 +23,4 @@ This section is about blogposts, presentation and videos discussing how to use x Contribution ==== -Contribution of document and usecases are welcomed! +Contribution of documents and use-cases are welcomed!