* Split up installation and building from source. * Use consistent section titles. Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
43 lines
1.1 KiB
ReStructuredText
43 lines
1.1 KiB
ReStructuredText
###################
|
|
XGBoost JVM Package
|
|
###################
|
|
|
|
.. raw:: html
|
|
|
|
<a href="https://travis-ci.org/dmlc/xgboost">
|
|
<img alt="Build Status" src="https://travis-ci.org/dmlc/xgboost.svg?branch=master">
|
|
</a>
|
|
<a href="https://github.com/dmlc/xgboost/blob/master/LICENSE">
|
|
<img alt="GitHub license" src="https://dmlc.github.io/img/apache2.svg">
|
|
</a>
|
|
|
|
You have found the XGBoost JVM Package!
|
|
|
|
.. _install_jvm_packages:
|
|
|
|
************
|
|
Installation
|
|
************
|
|
|
|
.. contents::
|
|
:local:
|
|
:backlinks: none
|
|
|
|
Checkout the :doc:`Installation Guide </install>` for how to install jvm package, or
|
|
:doc:`Building from Source </build>` on how to build it form source.
|
|
|
|
********
|
|
Contents
|
|
********
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
java_intro
|
|
XGBoost4J-Spark Tutorial <xgboost4j_spark_tutorial>
|
|
Code Examples <https://github.com/dmlc/xgboost/tree/master/jvm-packages/xgboost4j-example>
|
|
XGBoost4J Java API <javadocs/index>
|
|
XGBoost4J Scala API <scaladocs/xgboost4j/index>
|
|
XGBoost4J-Spark Scala API <scaladocs/xgboost4j-spark/index>
|
|
XGBoost4J-Flink Scala API <scaladocs/xgboost4j-flink/index>
|