[doc] update the jvm tutorial to 1.6.1 [skip ci] (#7834)

This commit is contained in:
Bobby Wang
2022-04-24 14:25:22 +08:00
committed by GitHub
parent 332380479b
commit 6ece549a90
2 changed files with 3 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ labels. A DataFrame like this (containing vector-represented features and numeri
.. note::
There is no need to assemble feature columns from version 1.6.0+. Instead, users can specify an array of
There is no need to assemble feature columns from version 1.6.1+. Instead, users can specify an array of
feture column names by ``setFeaturesCol(value: Array[String])`` and XGBoost4j-Spark will do it.
Dealing with missing values