From 48aff0eabd8c825ad15d794c855272edbc5bdfe9 Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Fri, 5 Nov 2021 05:55:13 +0800 Subject: [PATCH] [doc][jvm-packages] Update information about Python tracker. [skip ci] (#7396) --- doc/jvm/xgboost4j_spark_tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/jvm/xgboost4j_spark_tutorial.rst b/doc/jvm/xgboost4j_spark_tutorial.rst index afa9e53ae..b46198115 100644 --- a/doc/jvm/xgboost4j_spark_tutorial.rst +++ b/doc/jvm/xgboost4j_spark_tutorial.rst @@ -45,7 +45,7 @@ Installation from maven repo .. note:: Use of Python in XGBoost4J-Spark - By default, we use the tracker in `dmlc-core `_ to drive the training with XGBoost4J-Spark. It requires Python 2.7+. We also have an experimental Scala version of tracker which can be enabled by passing the parameter ``tracker_conf`` as ``scala``. + By default, we use the tracker in `Python package `_ to drive the training with XGBoost4J-Spark. It requires Python 3.6+. We also have an experimental Scala version of tracker which can be enabled by passing the parameter ``tracker_conf`` as ``scala``. Data Preparation ================