Merge pull request #932 from tqchen/master

Add doc badge
This commit is contained in:
Tianqi Chen 2016-03-06 21:09:32 -08:00
commit d4161bdeec
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,6 @@
# XGBoost4J: Distributed XGBoost for Scala/Java
[![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/en/latest/jvm/index.html) |
[![GitHub license](http://dmlc.github.io/img/apache2.svg)](../LICENSE)
[Documentation](https://xgboost.readthedocs.org/en/latest/jvm/index.html) |

View File

@ -1,5 +0,0 @@
#!/bin/bash
# Simple script to test distributed version, to be deleted later.
cd xgboost4j-flink
flink run -c ml.dmlc.xgboost4j.flink.Test -p 2 target/xgboost4j-flink-0.1-jar-with-dependencies.jar
cd ..