Skip to content

Commit

Permalink
Fix typo [skip ci] (#7861)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed May 4, 2022
1 parent 317d7be commit 8ab5e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/jvm/xgboost4j_spark_tutorial.rst
Expand Up @@ -124,7 +124,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.1+. Instead, users can specify an array of
feture column names by ``setFeaturesCol(value: Array[String])`` and XGBoost4j-Spark will do it.
feature column names by ``setFeaturesCol(value: Array[String])`` and XGBoost4j-Spark will do it.

Dealing with missing values
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 8ab5e13

Please sign in to comment.