From 2557d81b3baa220b36a26b59469044e1e9f04c4e Mon Sep 17 00:00:00 2001 From: Diego Marinho de Oliveira Date: Fri, 4 Dec 2015 00:50:51 -0200 Subject: [PATCH 1/2] Update README.md Link for line 26 was wrong, it pointed out again for the last demo. I was reading the readme and found the subtle inconsistence. Please, accept this minor change. It works correctly now. --- demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/README.md b/demo/README.md index 42b2f9c5c..5a7a25f76 100644 --- a/demo/README.md +++ b/demo/README.md @@ -23,7 +23,7 @@ This is a list of short codes introducing different functionalities of xgboost p * Predicting using first n trees [python](guide-python/predict_first_ntree.py) [R](../R-package/demo/predict_first_ntree.R) - [Julia](https://github.com/antinucleon/XGBoost.jl/blob/master/demo/boost_from_prediction.jl) + [Julia](https://github.com/antinucleon/XGBoost.jl/blob/master/demo/predict_first_ntree.jl) * Generalized Linear Model [python](guide-python/generalized_linear_model.py) [R](../R-package/demo/generalized_linear_model.R) From 88112f3d74657dc2ce118af1fcced0f6cfc86751 Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Sat, 5 Dec 2015 00:54:32 -0500 Subject: [PATCH 2/2] Added Apache License badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b68b309b5..f33394d40 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ =========== [![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) +[![GitHub license](http://dmlc.github.io/img/apache2.svg)](./LICENSE) [![CRAN Status Badge](http://www.r-pkg.org/badges/version/xgboost)](http://cran.r-project.org/web/packages/xgboost) [![PyPI version](https://badge.fury.io/py/xgboost.svg)](https://pypi.python.org/pypi/xgboost/) [![Gitter chat for developers at https://gitter.im/dmlc/xgboost](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dmlc/xgboost?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)