[jvm-packages] documenting tracker (#3831)
* add back train method but mark as deprecated * add back train method but mark as deprecated * add back train method but mark as deprecated * add back train method but mark as deprecated * fix scalastyle error * fix scalastyle error * fix scalastyle error * fix scalastyle error * documenting tracker * Make it a separate note
This commit is contained in:
parent
d83c818000
commit
5fbe230636
@ -65,6 +65,10 @@ and then refer to the snapshot dependency by adding:
|
||||
|
||||
XGBoost4J-Spark now requires Spark 2.3+. Latest versions of XGBoost4J-Spark uses facilities of `org.apache.spark.ml.param.shared` extensively to provide for a tight integration with Spark MLLIB framework, and these facilities are not fully available on earlier versions of Spark.
|
||||
|
||||
.. note:: Use of Python in XGBoost4J-Spark
|
||||
|
||||
By default, we use the tracker in `dmlc-core <https://github.com/dmlc/dmlc-core/tree/master/tracker>`_ 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``.
|
||||
|
||||
Data Preparation
|
||||
================
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user