Skip to content

Commit 4f4a540

Browse files
Merge remote-tracking branch 'refs/remotes/dmlc/master'
2 parents 39fa45d + 88112f3 commit 4f4a540

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
===========
33
[![Build Status](https://travis-ci.org/dmlc/xgboost.svg?branch=master)](https://travis-ci.org/dmlc/xgboost)
44
[![Documentation Status](https://readthedocs.org/projects/xgboost/badge/?version=latest)](https://xgboost.readthedocs.org)
5+
[![GitHub license](http://dmlc.github.io/img/apache2.svg)](./LICENSE)
56
[![CRAN Status Badge](http://www.r-pkg.org/badges/version/xgboost)](http://cran.r-project.org/web/packages/xgboost)
67
[![PyPI version](https://badge.fury.io/py/xgboost.svg)](https://pypi.python.org/pypi/xgboost/)
78
[![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)

demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This is a list of short codes introducing different functionalities of xgboost p
2323
* Predicting using first n trees
2424
[python](guide-python/predict_first_ntree.py)
2525
[R](../R-package/demo/predict_first_ntree.R)
26-
[Julia](https://github.com/antinucleon/XGBoost.jl/blob/master/demo/boost_from_prediction.jl)
26+
[Julia](https://github.com/antinucleon/XGBoost.jl/blob/master/demo/predict_first_ntree.jl)
2727
* Generalized Linear Model
2828
[python](guide-python/generalized_linear_model.py)
2929
[R](../R-package/demo/generalized_linear_model.R)

0 commit comments

Comments
 (0)