File: index.rst

package info (click to toggle)
xgboost 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,796 kB
  • sloc: cpp: 67,502; python: 35,503; java: 4,676; ansic: 1,426; sh: 1,320; xml: 1,197; makefile: 204; javascript: 19
file content (45 lines) | stat: -rw-r--r-- 1,124 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
###################
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 the jvm package, or
:doc:`Building from Source </build>` on how to build it from the sources.

********
Contents
********

.. toctree::
  :maxdepth: 2

  java_intro
  XGBoost4J-Spark Tutorial <xgboost4j_spark_tutorial>
  XGBoost4J-Spark-GPU Tutorial <xgboost4j_spark_gpu_tutorial>
  Code Examples <https://github.com/dmlc/xgboost/tree/master/jvm-packages/xgboost4j-example>
  API docs <api>
  How to migrate to XGBoost-Spark jvm 3.x <xgboost_spark_migration>

.. note::

  Please note that the flink interface is still under construction.