Skip to content

Commit 6ece549

Browse files
authored
[doc] update the jvm tutorial to 1.6.1 [skip ci] (dmlc#7834)
1 parent 3323804 commit 6ece549

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/jvm/xgboost4j_spark_gpu_tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#############################################
2-
XGBoost4J-Spark-GPU Tutorial (version 1.6.0+)
2+
XGBoost4J-Spark-GPU Tutorial (version 1.6.1+)
33
#############################################
44

55
**XGBoost4J-Spark-GPU** is an open source library aiming to accelerate distributed XGBoost training on Apache Spark cluster from
@@ -220,7 +220,7 @@ application jar is iris-1.0.0.jar
220220
221221
cudf_version=22.02.0
222222
rapids_version=22.02.0
223-
xgboost_version=1.6.0
223+
xgboost_version=1.6.1
224224
main_class=Iris
225225
app_jar=iris-1.0.0.jar
226226

doc/jvm/xgboost4j_spark_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ labels. A DataFrame like this (containing vector-represented features and numeri
129129

130130
.. note::
131131

132-
There is no need to assemble feature columns from version 1.6.0+. Instead, users can specify an array of
132+
There is no need to assemble feature columns from version 1.6.1+. Instead, users can specify an array of
133133
feture column names by ``setFeaturesCol(value: Array[String])`` and XGBoost4j-Spark will do it.
134134

135135
Dealing with missing values

0 commit comments

Comments
 (0)