From 81b1befd106475e824f195347c4795ee9df931f6 Mon Sep 17 00:00:00 2001 From: Ajinkya Kale Date: Mon, 3 Aug 2015 15:46:22 -0700 Subject: [PATCH] Adding dmlc stamp --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb133ed49..35a977e25 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ - - eXtreme Gradient Boosting + +eXtreme Gradient Boosting =========== [![Build Status](https://travis-ci.org/dmlc/xgboost.svg?branch=master)](https://travis-ci.org/dmlc/xgboost) [![Documentation Status](https://readthedocs.org/projects/xgboost/badge/?version=latest)](https://xgboost.readthedocs.org) @@ -9,7 +10,7 @@ An optimized general purpose gradient boosting library. The library is paralleli It implements machine learning algorithms under the [Gradient Boosting](https://en.wikipedia.org/wiki/Gradient_boosting) framework, including [Generalized Linear Model](https://en.wikipedia.org/wiki/Generalized_linear_model) (GLM) and [Gradient Boosted Decision Trees](https://en.wikipedia.org/wiki/Gradient_boosting#Gradient_tree_boosting) (GBDT). XGBoost can also be [distributed](#features) and scale to Terascale data -XGBoost is part of [Distributed Machine Learning Common](http://dmlc.github.io/) projects + XGBoost is part of [Distributed Machine Learning Common](http://dmlc.github.io/) projects Contents --------